From 899fd8e71e77cbfdbd8bd7dad4c1822a488b5c27 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 15 Feb 2008 14:07:06 +0000 Subject: perl_checker cleanup --- lib/Iurt/Process.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Iurt/Process.pm') 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 = $?; # 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 -- cgit v1.2.1