diff options
Diffstat (limited to 'lib/Iurt/Config.pm')
-rw-r--r-- | lib/Iurt/Config.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 $$; |