[CalendarServer-changes] [5657] CalendarServer/trunk/twistedcaldav/stdconfig.py

source_changes at macosforge.org source_changes at macosforge.org
Wed May 26 15:23:35 PDT 2010


Revision: 5657
          http://trac.macosforge.org/projects/calendarserver/changeset/5657
Author:   wsanchez at apple.com
Date:     2010-05-26 15:23:33 -0700 (Wed, 26 May 2010)
Log Message:
-----------
No XMPP password isn't necessarily an error

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/stdconfig.py

Modified: CalendarServer/trunk/twistedcaldav/stdconfig.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/stdconfig.py	2010-05-26 22:22:34 UTC (rev 5656)
+++ CalendarServer/trunk/twistedcaldav/stdconfig.py	2010-05-26 22:23:33 UTC (rev 5657)
@@ -863,13 +863,13 @@
             try:
                 password = getPasswordFromKeychain(service["JID"])
                 service["Password"] = password
-                log.info("XMPP password successfully retreived from keychain")
+                log.info("XMPP password retreived from keychain")
             except KeychainAccessError:
                 # The system doesn't support keychain
                 pass
             except KeychainPasswordNotFound:
                 # The password doesn't exist in the keychain.
-                log.error("XMPP password not found in keychain")
+                log.info("XMPP password not found in keychain")
 
             # Check for empty fields
             for key, value in service.iteritems():
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100526/bdee5346/attachment.html>


More information about the calendarserver-changes mailing list