aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--URPM/Resolve.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/URPM/Resolve.pm b/URPM/Resolve.pm
index f6aab2f..ce2cb4e 100644
--- a/URPM/Resolve.pm
+++ b/URPM/Resolve.pm
@@ -1700,7 +1700,7 @@ sub request_packages_to_upgrade {
}
}
if ($pkg && %options->{idlist} && !grep { $pkg->id == $_ } @{%options->{idlist}}) {
- $urpm->{debug_URPM}("not auto-selecting $pkg->fullname because it's not in search medias");
+ $urpm->{debug_URPM}("not auto-selecting $pkg->fullname because it's not in search medias") if $urpm->{debug_URPM};
$pkg = undef;
}