mirror of
https://github.com/caronc/apprise.git
synced 2025-06-22 10:41:27 +02:00
fixed FCM log message
This commit is contained in:
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…
x
Reference in New Issue
Block a user