summaryrefslogtreecommitdiffstats
path: root/urpm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-07-06 11:02:54 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-07-06 11:02:54 +0000
commit8fb0f5e94146d673327cf8ac975efd45e82b0986 (patch)
tree50533128e8a7a8a60d6562aeb1a29111cfb1e764 /urpm
parent3a885ca6fb32a5318abc142810ebfa2b4762b148 (diff)
downloadurpmi-8fb0f5e94146d673327cf8ac975efd45e82b0986.tar
urpmi-8fb0f5e94146d673327cf8ac975efd45e82b0986.tar.gz
urpmi-8fb0f5e94146d673327cf8ac975efd45e82b0986.tar.bz2
urpmi-8fb0f5e94146d673327cf8ac975efd45e82b0986.tar.xz
urpmi-8fb0f5e94146d673327cf8ac975efd45e82b0986.zip
remove duplicated \n
Diffstat (limited to 'urpm')
-rw-r--r--urpm/media.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/media.pm b/urpm/media.pm
index b73dfd89..16384249 100644
--- a/urpm/media.pm
+++ b/urpm/media.pm
@@ -763,7 +763,7 @@ sub add_distrib_media {
if (my $media_arch = $distribconf->getvalue($media, 'arch')) {
if (!URPM::archscore($media_arch)) {
- $urpm->{log}(N("skipping non compatible media `%s' (for %s)\n",
+ $urpm->{log}(N("skipping non compatible media `%s' (for %s)",
$media, $media_arch));
next;
}