Skip to content

Commit

Permalink
Say exiting HCKClient instead of aborting
Browse files Browse the repository at this point in the history
The message is printed for normal exit as well so the word "aborting"
is inappropriate.
  • Loading branch information
akihikodaki committed Jul 12, 2023
1 parent e894d5f commit a7a3397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/setupmanagers/hckclient.rb
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def reset_to_ready_state
end

def close
@logger.info("Aborting HLKClient #{@name}")
@logger.info("Exiting HLKClient #{@name}")
@cooldown_thread&.exit
end
end
Expand Down

0 comments on commit a7a3397

Please sign in to comment.