diff --git a/packages/ciphernode/keyshare/src/keyshare.rs b/packages/ciphernode/keyshare/src/keyshare.rs index da12ba5d..20c6cf67 100644 --- a/packages/ciphernode/keyshare/src/keyshare.rs +++ b/packages/ciphernode/keyshare/src/keyshare.rs @@ -206,7 +206,7 @@ impl Handler for Keyshare { impl Handler 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() } }