Updated message on shutdown (#467)
This commit is contained in:
committed by
GitHub
parent
d52ea90cd2
commit
83dcd75cea
@@ -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)."
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
@@ -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)."
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
@@ -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(),
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user