From 1fb6aeeb613de62c81f7b7d59b0db0a35a38ed0d Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Fri, 25 Jul 2003 14:06:03 +0000 Subject: fixed bug 3436 (bad error message). --- urpm.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'urpm.pm') diff --git a/urpm.pm b/urpm.pm index 9b61a1b4..ce13e92b 100644 --- a/urpm.pm +++ b/urpm.pm @@ -1160,7 +1160,8 @@ sub update_media { #- mount everything necessary. $urpm->try_mounting($options{force} < 2 && ($options{probe_with} || $medium->{with_hdlist}) ? $with_hdlist_dir : $dir) or - $urpm->{error}(N("unable to access medium \"%s\"", $medium->{name})), next; + $urpm->{error}(N("unable to access medium \"%s\", +this could happen if you mounted manually the directory when creating the medium.", $medium->{name})), next; #- try to probe for possible with_hdlist parameter, unless #- it is already defined (and valid). -- cgit v1.2.1