From 8228018dd040d107dd9bd68ccb5aa4724de6b61d Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Mon, 20 Aug 2018 14:49:00 -0700 Subject: [PATCH] Add sending notification log message --- plexpy/notifiers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plexpy/notifiers.py b/plexpy/notifiers.py index 89609a19..b7baa951 100644 --- a/plexpy/notifiers.py +++ b/plexpy/notifiers.py @@ -795,6 +795,7 @@ class Notifier(object): pass def make_request(self, url, method='POST', **kwargs): + logger.info(u"Tautulli Notifiers :: Sending {name} notification...".format(name=self.NAME)) response, err_msg, req_msg = request.request_response2(url, method, **kwargs) if response and not err_msg: