summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-06-04 05:18:27 +0000
committerNorbert Preining <preining@logic.at>2008-06-04 05:18:27 +0000
commitfe03090fbb044302d73f77b4c922caac9d98ef2a (patch)
tree8f30785330151ef43dde0a0ffc2a26454c3ca123 /Master/tlpkg
parentb20bc44b59e2c55898787ee600cec92081e6d8df (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/tlpkg')
-rw-r--r--Master/tlpkg/TeXLive/TLUtils.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm
index 653804e2aae..464f83d087f 100644
--- a/Master/tlpkg/TeXLive/TLUtils.pm
+++ b/Master/tlpkg/TeXLive/TLUtils.pm
@@ -110,7 +110,7 @@ BEGIN {
&merge_into
&process_logging_options
);
- @EXPORT = qw(setup_programs download_file info debug ddebug tlwarn process_logging_options win32);
+ @EXPORT = qw(setup_programs download_file info log debug ddebug tlwarn process_logging_options win32);
}