diff options
Diffstat (limited to 'Master/tlpkg/TeXLive/TLMedia.pm')
-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 { |