diff options
author | Karl Berry <karl@freefriends.org> | 2008-10-02 00:22:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-10-02 00:22:54 +0000 |
commit | 17ce412380ee3da09880569c210e98a4f5f6860f (patch) | |
tree | 6a9441fc0aad1dbca7afe3f8d0569b2f54fe9d93 /Master/tlpkg/bin/tl-update-containers | |
parent | 92090712c51bbf2c7667b0b9fe1e78e1566c05c8 (diff) |
message tweaking + use lzma -9
git-svn-id: svn://tug.org/texlive/trunk@10821 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-containers')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-containers | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-containers b/Master/tlpkg/bin/tl-update-containers index bbe6dba7961..8925ccbaf67 100755 --- a/Master/tlpkg/bin/tl-update-containers +++ b/Master/tlpkg/bin/tl-update-containers @@ -73,7 +73,7 @@ sub main if (! $opt_recreate) { if (! -r "$opt_location/tlpkg/texlive.tlpdb") { - warn "Cannot load tlpdb from $opt_location, going into recreate mode!"; + tlwarn ("$0: Cannot load tlpdb from $opt_location, continuing in recreate mode.\n"); $opt_recreate = 1; } } |