More descriptive message when closing

This commit is contained in:
Tomasz Drwięga 2016-04-06 23:58:23 +02:00 committed by arkpar
parent 3303aa73ff
commit 03fbde9723

View File

@ -614,7 +614,7 @@ fn wait_for_exit(panic_handler: Arc<PanicHandler>, _rpc_handle: Option<rpc::List
// Wait for signal
let mutex = Mutex::new(());
let _ = exit.wait(mutex.lock().unwrap()).unwrap();
info!("Closing....");
info!("Finishing work, please wait...");
}
fn die_with_error(e: ethcore::error::Error) -> ! {