From 6cf76ccc5fe1e9ee9aa2b3e3f7ae049714d6dc82 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 15 Aug 2021 11:51:39 +0100 Subject: [PATCH] More debug --- daemon.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/daemon.py b/daemon.py index 654f9ffa3..5300cb4f7 100644 --- a/daemon.py +++ b/daemon.py @@ -16132,8 +16132,11 @@ def runDaemon(lowBandwidth: bool, args=(projectVersion, httpd), daemon=True) httpd.thrFederatedSharesWatchdog.start() else: + print('Starting inbox queue') httpd.thrInboxQueue.start() + print('Starting scheduled posts daemon') httpd.thrPostSchedule.start() + print('Starting federated shares daemon') httpd.thrFederatedSharesDaemon.start() if clientToServer: