A tad bit more logging for notifications
authorepage <eopage@byu.net>
Sat, 9 Jan 2010 00:36:05 +0000 (00:36 +0000)
committerepage <eopage@byu.net>
Sat, 9 Jan 2010 00:36:05 +0000 (00:36 +0000)
git-svn-id: file:///svnroot/gc-dialer/trunk@616 c39d3808-3fe2-4d86-a59f-b7f623ee9f21

src/alarm_notify.py

index 00c489d..6b4f434 100755 (executable)
@@ -119,6 +119,9 @@ def is_changed(config, backend):
                notifyOnMissed = False
                notifyOnVoicemail = False
                notifyOnSms = False
+       logging.debug(
+               "Missed: %s, Voicemail: %s, SMS: %s" % (notifyOnMissed, notifyOnVoicemail, notifyOnSms)
+       )
 
        notifySources = []
        if notifyOnMissed: