refactor: replace mark_state_change puts with log
This commit is contained in:
parent
7910527d99
commit
52df7ce2bd
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ module Comfpile
|
||||||
private def mark_state_change(state, reason, abort: false)
|
private def mark_state_change(state, reason, abort: false)
|
||||||
return unless @exit_state.nil?
|
return unless @exit_state.nil?
|
||||||
|
|
||||||
puts "#{@stage} #{target}: Reached state #{state}: #{reason}"
|
log "Reached state #{state}: #{reason}"
|
||||||
@exit_state = state
|
@exit_state = state
|
||||||
@reason = reason
|
@reason = reason
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue