diff --git a/core/src/main/groovy/com/muwire/core/Core.groovy b/core/src/main/groovy/com/muwire/core/Core.groovy index e10c3014..989d4d44 100644 --- a/core/src/main/groovy/com/muwire/core/Core.groovy +++ b/core/src/main/groovy/com/muwire/core/Core.groovy @@ -390,6 +390,8 @@ public class Core { } log.info("saving settings") saveMuSettings() + log.info("shutting down host cache") + hostCache.stop() log.info("shutting down trust subscriber") trustSubscriber.stop() log.info("shutting down trust service")