diff options
author | Francois Pons <fpons@mandriva.com> | 2003-07-25 14:06:03 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-07-25 14:06:03 +0000 |
commit | 1fb6aeeb613de62c81f7b7d59b0db0a35a38ed0d (patch) | |
tree | cecfb217e5715b654a8aec3ff7c2e39c12a57668 /urpm.pm | |
parent | 748038565b47a7873b6d266f9993e4367a1327dd (diff) | |
download | urpmi-1fb6aeeb613de62c81f7b7d59b0db0a35a38ed0d.tar urpmi-1fb6aeeb613de62c81f7b7d59b0db0a35a38ed0d.tar.gz urpmi-1fb6aeeb613de62c81f7b7d59b0db0a35a38ed0d.tar.bz2 urpmi-1fb6aeeb613de62c81f7b7d59b0db0a35a38ed0d.tar.xz urpmi-1fb6aeeb613de62c81f7b7d59b0db0a35a38ed0d.zip |
fixed bug 3436 (bad error message).
Diffstat (limited to 'urpm.pm')
-rw-r--r-- | urpm.pm | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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). |