diff options
-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 |