From 18682c7a2e30c695dd6a7389c2eb61ecc542728c Mon Sep 17 00:00:00 2001 From: Jonathan Wong Date: Tue, 15 Dec 2015 19:56:14 -0800 Subject: [PATCH] Add logger info for Boxcar2 notification sent --- plexpy/notifiers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plexpy/notifiers.py b/plexpy/notifiers.py index 3757da4b..c0382d54 100644 --- a/plexpy/notifiers.py +++ b/plexpy/notifiers.py @@ -1291,6 +1291,7 @@ class BOXCAR(object): req = urllib2.Request(self.url) handle = urllib2.urlopen(req, data) handle.close() + logger.info(u"Boxcar2 notifications sent.") return True except urllib2.URLError as e: