More descriptive message when closing
This commit is contained in:
parent
d4f0902968
commit
f27d88f6ab
@ -642,7 +642,7 @@ fn wait_for_exit(panic_handler: Arc<PanicHandler>, _rpc_handle: Option<rpc::List
|
|||||||
// Wait for signal
|
// Wait for signal
|
||||||
let mutex = Mutex::new(());
|
let mutex = Mutex::new(());
|
||||||
let _ = exit.wait(mutex.lock().unwrap()).unwrap();
|
let _ = exit.wait(mutex.lock().unwrap()).unwrap();
|
||||||
info!("Closing....");
|
info!("Finishing work, please wait...");
|
||||||
}
|
}
|
||||||
|
|
||||||
fn die_with_error(e: ethcore::error::Error) -> ! {
|
fn die_with_error(e: ethcore::error::Error) -> ! {
|
||||||
|
Loading…
Reference in New Issue
Block a user