fixed FCM log message

pull/337/head
Chris Caron 2020-12-28 10:29:20 -05:00
parent c7d6aefebb
commit 87d4b8a26c
1 changed files with 1 additions and 1 deletions

View File

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