Updated message on shutdown (#467)

This commit is contained in:
Jędrzej Stuczyński
2020-11-24 10:57:11 +00:00
committed by GitHub
parent d52ea90cd2
commit 83dcd75cea
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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)."
);
}
+1 -1
View File
@@ -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)."
);
}
+1 -1
View File
@@ -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(),
+1 -1
View File
@@ -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(