mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 23:06:39 +01:00
Log output shows graceful shutdown message
This commit is contained in:
parent
0fb4f13319
commit
c588b19074
1 changed files with 1 additions and 1 deletions
|
@ -80,8 +80,8 @@ public abstract class ExecutableForAppWithP2p extends BisqExecutable implements
|
|||
injector.getInstance(OpenOfferManager.class).shutDown(() -> injector.getInstance(P2PService.class).shutDown(() -> {
|
||||
injector.getInstance(WalletsSetup.class).shutDownComplete.addListener((ov, o, n) -> {
|
||||
module.close(injector);
|
||||
log.debug("Graceful shutdown completed");
|
||||
resultHandler.handleResult();
|
||||
log.info("Graceful shutdown completed");
|
||||
System.exit(0);
|
||||
});
|
||||
injector.getInstance(WalletsSetup.class).shutDown();
|
||||
|
|
Loading…
Add table
Reference in a new issue