This commit is contained in:
Jack Robison 2019-03-01 15:26:45 -05:00
parent 9de3f3ff09
commit e38a0f7a95
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -116,7 +116,7 @@ class AnalyticsManager:
async def track(self, event: typing.Dict):
"""Send a single tracking event"""
if self._enabled:
log.info('Sending track event: %s', event)
log.debug('Sending track event: %s', event)
await self._post(event)
async def send_upnp_setup_success_fail(self, success, status):