mirror of
https://github.com/caronc/apprise.git
synced 2024-11-23 00:23:11 +01: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:
|
||||
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))
|
||||
|
Loading…
Reference in New Issue
Block a user