summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-09-11 22:00:22 +0000
committerKarl Berry <karl@freefriends.org>2008-09-11 22:00:22 +0000
commit93dfddabdfe73bab01d14bc8a5158b49edaae22f (patch)
tree90a71bf0d1622bf582f724b1801e2be6b4269092 /Master/tlpkg
parentc0c80ba5cb9c4cda54e165f116dbf2708eea9065 (diff)
newlines needed, consistent msgs
git-svn-id: svn://tug.org/texlive/trunk@10561 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r--Master/tlpkg/TeXLive/TLMedia.pm4
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 {