aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--URPM/Resolve.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8900010..a1a9672 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+- fix a crash introduced by mga#15353 fix if not in debug mode (mga#19618)
+
Version 5.06.2 - 16 October 2016
- don't crash if /etc/urpmi/skip.list RE is wrong (mga#15353)
diff --git a/URPM/Resolve.pm b/URPM/Resolve.pm
index 38781cc..5eec9f1 100644
--- a/URPM/Resolve.pm
+++ b/URPM/Resolve.pm
@@ -1955,7 +1955,7 @@ sub compute_flags {
}
}
};
- $urpm->{debug_URPM}("reg ex problem: " . $@) if $@;
+ $urpm->{error}("reg ex problem: " . $@) if $@;
}
}