diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | urpm/media.pm | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +- fix a debug message + Version 6.47 - 19 March 2012 - bash completion: diff --git a/urpm/media.pm b/urpm/media.pm index 6195e2df..dfb3d4e8 100644 --- a/urpm/media.pm +++ b/urpm/media.pm @@ -716,7 +716,7 @@ sub parse_media { if ($_->{searchmedia}) { $urpm->{searchmedia} = 1; - $urpm->{debug} and $urpm->{debug}("Search start: %s end: %s", $_->{start}, $_->{end}); + $urpm->{debug} and $urpm->{debug}(N("Search start: %s end: %s", $_->{start}, $_->{end})); } $< == 0 and _generate_medium_names($urpm, $_); |