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/Config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Iurt/Config.pm') diff --git a/lib/Iurt/Config.pm b/lib/Iurt/Config.pm index 2005542..c2fbe6d 100644 --- a/lib/Iurt/Config.pm +++ b/lib/Iurt/Config.pm @@ -218,7 +218,7 @@ sub dump_cache_par { } else { plog('WARN', "WARNING: locking the cache file $filename failed (status $status $!), try to lock manually"); if (-f "$filename.lock") { - plog('ERR', "ERROR: manual file lock exist, do not save the cache"); + plog('ERROR', "ERROR: manual file lock exist, do not save the cache"); } else { open my $lock, ">$filename.lock"; print $lock $$; -- cgit v1.2.1