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

source_changes at macosforge.org source_changes at macosforge.org
Fri Nov 6 14:37:43 PST 2015


Revision: 15296
          http://trac.calendarserver.org//changeset/15296
Author:   sagen at apple.com
Date:     2015-11-06 14:37:43 -0800 (Fri, 06 Nov 2015)
Log Message:
-----------
Fix a copy/paste error

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

Modified: CalendarServer/trunk/calendarserver/tap/util.py
===================================================================
--- CalendarServer/trunk/calendarserver/tap/util.py	2015-11-05 23:47:30 UTC (rev 15295)
+++ CalendarServer/trunk/calendarserver/tap/util.py	2015-11-06 22:37:43 UTC (rev 15296)
@@ -1480,7 +1480,7 @@
                     message = (
                         "The {proto} APNS certificate ({cert}) cannot be used: {reason}".format(
                             proto=protocol,
-                            cert=certificate_title,
+                            cert=protoConfig.CertificatePath,
                             reason=str(e)
                         )
                     )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20151106/3af6c95f/attachment.html>


More information about the calendarserver-changes mailing list