mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 07:07:43 +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(OpenOfferManager.class).shutDown(() -> injector.getInstance(P2PService.class).shutDown(() -> {
|
||||||
injector.getInstance(WalletsSetup.class).shutDownComplete.addListener((ov, o, n) -> {
|
injector.getInstance(WalletsSetup.class).shutDownComplete.addListener((ov, o, n) -> {
|
||||||
module.close(injector);
|
module.close(injector);
|
||||||
log.debug("Graceful shutdown completed");
|
|
||||||
resultHandler.handleResult();
|
resultHandler.handleResult();
|
||||||
|
log.info("Graceful shutdown completed");
|
||||||
System.exit(0);
|
System.exit(0);
|
||||||
});
|
});
|
||||||
injector.getInstance(WalletsSetup.class).shutDown();
|
injector.getInstance(WalletsSetup.class).shutDown();
|
||||||
|
|
Loading…
Add table
Reference in a new issue