0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-19 19:18:19 +02:00

Log when starting stats reporting

This commit is contained in:
Daniel Wagner-Hall 2016-01-06 14:13:34 +00:00
parent 797691f908
commit bf32922e5a

View file

@ -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: