[CalendarServer-changes] [14746] CalendarServer/trunk/calendarserver/tap/util.py

source_changes at macosforge.org source_changes at macosforge.org
Mon May 4 17:21:56 PDT 2015


Revision: 14746
          http://trac.calendarserver.org//changeset/14746
Author:   sagen at apple.com
Date:     2015-05-04 17:21:55 -0700 (Mon, 04 May 2015)
Log Message:
-----------
Missing messages

Modified Paths:
--------------
    CalendarServer/trunk/calendarserver/tap/util.py

Modified: CalendarServer/trunk/calendarserver/tap/util.py
===================================================================
--- CalendarServer/trunk/calendarserver/tap/util.py	2015-05-04 20:01:56 UTC (rev 14745)
+++ CalendarServer/trunk/calendarserver/tap/util.py	2015-05-05 00:21:55 UTC (rev 14746)
@@ -1344,6 +1344,7 @@
                 protoConfig.Topic = topic
             if not protoConfig.Topic:
                 postAlert("PushNotificationCertificateAlert", [])
+                message = "Cannot extract APN topic"
                 return False, message
 
             # Verify we can acquire the passphrase
@@ -1356,6 +1357,7 @@
             except KeychainPasswordNotFound:
                 # The password doesn't exist in the keychain.
                 postAlert("PushNotificationCertificateAlert", [])
+                message = "Cannot retrieve APN passphrase from keychain"
                 return False, message
 
             # Let OpenSSL try to use the cert
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150504/f776c7d5/attachment.html>


More information about the calendarserver-changes mailing list