aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Iurt/Urpmi.pm
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2012-03-12 18:13:42 +0000
committerPascal Terjan <pterjan@mageia.org>2012-03-12 18:13:42 +0000
commit8d9f708ca0b3613a99a2b85f25ef6fad76f16b02 (patch)
tree3b1e900740ad848d6fd93ee5cfcbf24f192600d6 /lib/Iurt/Urpmi.pm
parente480bd5ef56ce52442aa1330a30f03fbf04ff2f9 (diff)
downloadiurt-8d9f708ca0b3613a99a2b85f25ef6fad76f16b02.tar
iurt-8d9f708ca0b3613a99a2b85f25ef6fad76f16b02.tar.gz
iurt-8d9f708ca0b3613a99a2b85f25ef6fad76f16b02.tar.bz2
iurt-8d9f708ca0b3613a99a2b85f25ef6fad76f16b02.tar.xz
iurt-8d9f708ca0b3613a99a2b85f25ef6fad76f16b02.zip
Get rid of ERR log level
Diffstat (limited to 'lib/Iurt/Urpmi.pm')
-rw-r--r--lib/Iurt/Urpmi.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Iurt/Urpmi.pm b/lib/Iurt/Urpmi.pm
index 6923b91..ad8709c 100644
--- a/lib/Iurt/Urpmi.pm
+++ b/lib/Iurt/Urpmi.pm
@@ -230,7 +230,7 @@ sub add_media {
debug_mail => $run->{debug})) {
}
if (!check_media_added($chroot, $regexp)) {
- plog('ERR', "ERROR iurt could not add media into the chroot");
+ plog('ERROR', "ERROR iurt could not add media into the chroot");
return;
}
1;