diff --git a/lib/comfpile/artefact.rb b/lib/comfpile/artefact.rb index f3ccebc..87dde01 100644 --- a/lib/comfpile/artefact.rb +++ b/lib/comfpile/artefact.rb @@ -269,7 +269,7 @@ module Comfpile private def mark_state_change(state, reason, abort: false) return unless @exit_state.nil? - puts "#{@stage} #{target}: Reached state #{state}: #{reason}" + log "Reached state #{state}: #{reason}" @exit_state = state @reason = reason