summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--urpm/media.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c8a22cb1..47216a9d 100644
--- a/NEWS
+++ b/NEWS
@@ -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, $_);