mirror of https://github.com/caronc/apprise
fixed FCM log message
parent
c7d6aefebb
commit
87d4b8a26c
|
@ -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))
|
||||||
|
|
Loading…
Reference in New Issue