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: