From 83dcd75ceab93f5c556573e445d12346ad0baf7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Stuczy=C5=84ski?= Date: Tue, 24 Nov 2020 10:57:11 +0000 Subject: [PATCH] Updated message on shutdown (#467) --- clients/native/src/client/mod.rs | 2 +- clients/socks5/src/client/mod.rs | 2 +- gateway/src/node/mod.rs | 2 +- mixnode/src/node/mod.rs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/clients/native/src/client/mod.rs b/clients/native/src/client/mod.rs index e94d9fe518..7c795a6761 100644 --- a/clients/native/src/client/mod.rs +++ b/clients/native/src/client/mod.rs @@ -335,7 +335,7 @@ impl NymClient { } println!( - "Received SIGINT - the client will terminate now (threads are not YET nicely stopped)" + "Received SIGINT - the client will terminate now (threads are not yet nicely stopped, if you see stack traces that's alright)." ); } diff --git a/clients/socks5/src/client/mod.rs b/clients/socks5/src/client/mod.rs index 982f1feab7..56009864a4 100644 --- a/clients/socks5/src/client/mod.rs +++ b/clients/socks5/src/client/mod.rs @@ -287,7 +287,7 @@ impl NymClient { } println!( - "Received SIGINT - the client will terminate now (threads are not YET nicely stopped)" + "Received SIGINT - the client will terminate now (threads are not yet nicely stopped, if you see stack traces that's alright)." ); } diff --git a/gateway/src/node/mod.rs b/gateway/src/node/mod.rs index 8fb63ad616..b4d53409ce 100644 --- a/gateway/src/node/mod.rs +++ b/gateway/src/node/mod.rs @@ -132,7 +132,7 @@ impl Gateway { ); } println!( - "Received SIGINT - the gateway will terminate now (threads are not YET nicely stopped)" + "Received SIGINT - the gateway will terminate now (threads are not yet nicely stopped, if you see stack traces that's alright)." ); if let Err(err) = presence::unregister_with_validator( self.config.get_validator_rest_endpoint(), diff --git a/mixnode/src/node/mod.rs b/mixnode/src/node/mod.rs index 2d81e5f345..448a8e55c0 100644 --- a/mixnode/src/node/mod.rs +++ b/mixnode/src/node/mod.rs @@ -120,7 +120,7 @@ impl MixNode { ); } println!( - "Received SIGINT - the mixnode will terminate now (threads are not YET nicely stopped)" + "Received SIGINT - the mixnode will terminate now (threads are not yet nicely stopped, if you see stack traces that's alright)." ); info!("Trying to unregister with the validator..."); if let Err(err) = presence::unregister_with_validator(