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.

Signed-off-by: Akihiko Odaki <[email protected]>
  • Loading branch information
akihikodaki committed Jul 31, 2023
1 parent 44a9e29 commit 59d8396
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 @@ -189,7 +189,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 59d8396

Please sign in to comment.