diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Iurt/Process.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Iurt/Process.pm b/lib/Iurt/Process.pm index 9a9128f..0c4a271 100644 --- a/lib/Iurt/Process.pm +++ b/lib/Iurt/Process.pm @@ -287,9 +287,9 @@ sub perform_command { } $cache->{warning}{$opt{hash}}{$opt{mail}}++; plog('FAIL', $comment); - plog('WARN', "--------------- Command failed, full output follows ---------------"); + plog('INFO', "--------------- Command failed, full output follows ---------------"); plog('INFO', $fulloutput); - plog('WARN', "--------------- end of command output ---------------"); + plog('INFO', "--------------- end of command output ---------------"); if ($opt{die}) { dump_cache_par($run); |