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: