From 30ebe64e084960de892bf826584e284fbf395052 Mon Sep 17 00:00:00 2001 From: Gustavo De Nardin Date: Fri, 7 Aug 2009 22:06:25 +0000 Subject: Don't lie, use the same plog level for the group of messages, so they always show up complete. --- lib/Iurt/Process.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/Iurt/Process.pm') 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); -- cgit v1.2.1