summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--urpm.pm3
1 files changed, 2 insertions, 1 deletions
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).