More descriptive message when closing

This commit is contained in:
Tomasz Drwięga 2016-04-06 23:58:23 +02:00
parent d4f0902968
commit f27d88f6ab
1 changed files with 1 additions and 1 deletions

View File

@ -642,7 +642,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) -> ! {