Skip to content

Commit

Permalink
Add some debugging output
Browse files Browse the repository at this point in the history
  • Loading branch information
dynobo committed Nov 14, 2020
1 parent 42bfc30 commit 7c7eed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion normcap/handlers/notification_handler.py
Expand Up @@ -26,7 +26,7 @@ def handle(self, request: NormcapData) -> NormcapData:
"""
self._logger.info("Sending notification...")
title, text, icon_path = self.compose_notification(request)

self._logger.info("Icon path: %s", icon_path)
if not request.test_mode:
self.send_notification(title, text, icon_path)

Expand Down

0 comments on commit 7c7eed8

Please sign in to comment.