diff options
author | Norbert Preining <preining@logic.at> | 2008-06-04 05:18:27 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-06-04 05:18:27 +0000 |
commit | fe03090fbb044302d73f77b4c922caac9d98ef2a (patch) | |
tree | 8f30785330151ef43dde0a0ffc2a26454c3ca123 /Master/install-tl | |
parent | b20bc44b59e2c55898787ee600cec92081e6d8df (diff) |
log the installer and db revision only to the logfile, and export the log function from TLUtils
git-svn-id: svn://tug.org/texlive/trunk@8534 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-x | Master/install-tl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/install-tl b/Master/install-tl index 00d0fa33f80..483f181fec6 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -44,7 +44,7 @@ BEGIN { use Getopt::Long qw(:config no_autoabbrev); use TeXLive::TLUtils qw(initialize_installer media platform platform_desc - which getenv win32 unix program_exists info debug tlwarn ddebug + which getenv win32 unix program_exists info log debug tlwarn ddebug get_system_tmpdir member process_logging_options mkdirhier make_var_skeleton make_local_skeleton install_package copy install_packages dirname setup_programs); @@ -295,8 +295,8 @@ initialize_installer(); setup_programs("$::installerdir/tlpkg/installer", "$::_platform_"); load_tlpdb(); -info("Installer revision: $::installerrevision\n"); -info("Database revision: " . $tlpdb->config_revision . "\n"); +log("Installer revision: $::installerrevision\n"); +log("Database revision: " . $tlpdb->config_revision . "\n"); # correctly set the splitting support # for DVD we always support splitting |