diff options
author | Karl Berry <karl@freefriends.org> | 2008-09-11 22:00:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-09-11 22:00:22 +0000 |
commit | 93dfddabdfe73bab01d14bc8a5158b49edaae22f (patch) | |
tree | 90a71bf0d1622bf582f724b1801e2be6b4269092 /Master/tlpkg/TeXLive | |
parent | c0c80ba5cb9c4cda54e165f116dbf2708eea9065 (diff) |
newlines needed, consistent msgs
git-svn-id: svn://tug.org/texlive/trunk@10561 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive')
-rw-r--r-- | Master/tlpkg/TeXLive/TLMedia.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/TeXLive/TLMedia.pm b/Master/tlpkg/TeXLive/TLMedia.pm index 3af15d553c1..704051502db 100644 --- a/Master/tlpkg/TeXLive/TLMedia.pm +++ b/Master/tlpkg/TeXLive/TLMedia.pm @@ -98,11 +98,11 @@ sub install_package { debug("installed $pkg from fallback"); return $ret; } else { - tlwarn("couldn't find $pkg"); + tlwarn("$0: cannot find package $pkg (in fallback, either)\n"); return 0; } } else { - tlwarn("couldn't find $pkg"); + tlwarn("$0: cannot find package $pkg\n"); return 0; } } else { |