diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-02-15 14:07:06 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-02-15 14:07:06 +0000 |
commit | 899fd8e71e77cbfdbd8bd7dad4c1822a488b5c27 (patch) | |
tree | 7d1bae39b62a7b755a7deff262bd2ddd922eed1d /lib | |
parent | 42638dc0c8f5575fac704c8449d760e5fa61ce31 (diff) | |
download | iurt-899fd8e71e77cbfdbd8bd7dad4c1822a488b5c27.tar iurt-899fd8e71e77cbfdbd8bd7dad4c1822a488b5c27.tar.gz iurt-899fd8e71e77cbfdbd8bd7dad4c1822a488b5c27.tar.bz2 iurt-899fd8e71e77cbfdbd8bd7dad4c1822a488b5c27.tar.xz iurt-899fd8e71e77cbfdbd8bd7dad4c1822a488b5c27.zip |
perl_checker cleanup
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Iurt/Process.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Iurt/Process.pm b/lib/Iurt/Process.pm index ca649b7..a15bbc4 100644 --- a/lib/Iurt/Process.pm +++ b/lib/Iurt/Process.pm @@ -191,7 +191,7 @@ sub perform_command { $err = $?; # <mrl> Log it before any changes on it. - plog ('DEBUG', "Command exited with $err."); + plog('DEBUG', "Command exited with $err."); $err = 0 if any { $_ == $err } @{$opt{error_ok}}; # kill pid watching log file size |