From 8d9f708ca0b3613a99a2b85f25ef6fad76f16b02 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Mon, 12 Mar 2012 18:13:42 +0000 Subject: Get rid of ERR log level --- lib/Iurt/Urpmi.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Iurt/Urpmi.pm') 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; -- cgit v1.2.1