[CalendarServer-changes] [5777] CalendarServer/trunk/calendarserver/tap/caldav.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Jun 18 10:16:37 PDT 2010


Revision: 5777
          http://trac.macosforge.org/projects/calendarserver/changeset/5777
Author:   wsanchez at apple.com
Date:     2010-06-18 10:16:36 -0700 (Fri, 18 Jun 2010)
Log Message:
-----------
Log access to keychain

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

Modified: CalendarServer/trunk/calendarserver/tap/caldav.py
===================================================================
--- CalendarServer/trunk/calendarserver/tap/caldav.py	2010-06-18 17:11:52 UTC (rev 5776)
+++ CalendarServer/trunk/calendarserver/tap/caldav.py	2010-06-18 17:16:36 UTC (rev 5777)
@@ -1354,6 +1354,7 @@
             log.error("Could not get passphrase for %s: %s"
                       % (config.SSLPrivateKey, error))
         else:
+            log.info("Obtained passphrase for %s" % (config.SSLPrivateKey))
             return output.strip()
 
     if (
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100618/e0f72e7a/attachment.html>


More information about the calendarserver-changes mailing list