From bf32922e5a4903b16792a3aa7186e46555c7d1a0 Mon Sep 17 00:00:00 2001
From: Daniel Wagner-Hall <daniel@matrix.org>
Date: Wed, 6 Jan 2016 14:13:34 +0000
Subject: [PATCH] Log when starting stats reporting

---
 synapse/app/homeserver.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/synapse/app/homeserver.py b/synapse/app/homeserver.py
index f0f92d66b6..49173e95b0 100755
--- a/synapse/app/homeserver.py
+++ b/synapse/app/homeserver.py
@@ -688,6 +688,7 @@ def run(hs):
 
     @defer.inlineCallbacks
     def phone_stats_home():
+        logger.info("Gathering stats for reporting")
         now = int(hs.get_clock().time())
         uptime = int(now - start_time)
         if uptime < 0:
-- 
GitLab