fixed FCM log message

This commit is contained in:
Chris Caron 2020-12-28 10:29:20 -05:00
parent c7d6aefebb
commit 87d4b8a26c

View File

@ -218,7 +218,7 @@ class NotifyFCM(NotifyBase):
except requests.RequestException as e:
self.logger.warning(
'A Connection error occurred sending Techulus Push '
'A Connection error occurred sending FCM '
'notification.'
)
self.logger.debug('Socket Exception: %s', str(e))