Skip to content
Snippets Groups Projects
Commit bf32922e authored by Daniel Wagner-Hall's avatar Daniel Wagner-Hall
Browse files

Log when starting stats reporting

parent 797691f9
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment