diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2008-06-17 23:26:53 -0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2008-06-17 23:26:53 -0700 |
commit | b433706301b47d193be093fdd93bfc7ed8990b27 (patch) | |
tree | 1c51ea18feeef4ef21390ba0b116e9ce4183b034 /install-from-cwd.c | |
parent | b13a89e445f92f96e90a1683539e28663487af16 (diff) |
173.14.09173.14.09
Diffstat (limited to 'install-from-cwd.c')
-rw-r--r-- | install-from-cwd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/install-from-cwd.c b/install-from-cwd.c index b4dd070..c5ff042 100644 --- a/install-from-cwd.c +++ b/install-from-cwd.c @@ -118,6 +118,8 @@ int install_from_cwd(Options *op) if (!get_license_acceptance(op)) goto exit_install; + ui_log(op, "Installing NVIDIA driver version %s.", p->version); + /* * determine the current NVIDIA version (if any); ask the user if * they really want to overwrite the existing installation |