From 991b4d2b942e6a8a9b9861a4b87efec5d1e638b5 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 14 Sep 2007 13:44:54 +0000 Subject: display the URL when bogus --- gurpmi.addmedia | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gurpmi.addmedia') diff --git a/gurpmi.addmedia b/gurpmi.addmedia index 1db12b3d..55fd7a22 100755 --- a/gurpmi.addmedia +++ b/gurpmi.addmedia @@ -85,7 +85,7 @@ while (@ARGV) { $with eq 'with' or ($with, $with_hdlist) = (undef, undef); if ($url !~ m,^(([^:]*):/)?/,) { interactive_msg('gurpmi.addmedia', - N("bad (for local directory, the path must be absolute)")); + N("bad (for local directory, the path must be absolute)") . "\n\n$url"); myexit(-1); } if ($with && !$with_hdlist) { -- cgit v1.2.1