diff --git a/lib/comfpile/artefact.rb b/lib/comfpile/artefact.rb index b8ba9c1..f3ccebc 100644 --- a/lib/comfpile/artefact.rb +++ b/lib/comfpile/artefact.rb @@ -110,7 +110,7 @@ module Comfpile @log_current_line = text @log_current_level = level - puts "> #{@state} #{@target}: #{text}" + puts "> %-30s %s:\n %s" % [@stage, @target, text] nil end