aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Iurt/Urpmi.pm
diff options
context:
space:
mode:
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;