From 49d5faf692708da20ce26dd4e0b7d6ab6da2b71f Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 20 Oct 2016 16:20:01 +0200 Subject: fix crash introduced by mga#15353 fix (mga#19618) rationale: - {debug_URPM} only exists if we're in debug mode - as this is an actual error, let's just always report it bug introduced in commit 070f1be3d5c3aa813f61d061c2a0fd38c2477c08 --- URPM/Resolve.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'URPM') diff --git a/URPM/Resolve.pm b/URPM/Resolve.pm index 7254da3..737ee1c 100644 --- a/URPM/Resolve.pm +++ b/URPM/Resolve.pm @@ -1956,7 +1956,7 @@ sub compute_flags { } } }; - $urpm->{debug_URPM}("reg ex problem: " . $@) if $@; + $urpm->{error}("reg ex problem: " . $@) if $@; } } -- cgit v1.2.1