Skip to content

Commit

Permalink
Add word to trigger checks
Browse files Browse the repository at this point in the history
  • Loading branch information
ryardley committed Nov 1, 2024
1 parent 717e047 commit c2fc098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ciphernode/keyshare/src/keyshare.rs
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ impl Handler<E3RequestComplete> for Keyshare {
impl Handler<Die> for Keyshare {
type Result = ();
fn handle(&mut self, _: Die, ctx: &mut Self::Context) -> Self::Result {
warn!("Keyshare is shutting down");
warn!("Keyshare is shutting down now");
ctx.stop()
}
}

0 comments on commit c2fc098

Please sign in to comment.