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

source_changes at macosforge.org source_changes at macosforge.org
Tue Sep 28 17:18:30 PDT 2010


Revision: 6384
          http://trac.macosforge.org/projects/calendarserver/changeset/6384
Author:   wsanchez at apple.com
Date:     2010-09-28 17:18:29 -0700 (Tue, 28 Sep 2010)
Log Message:
-----------


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

Modified: CalendarServer/trunk/twistedcaldav/stdconfig.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/stdconfig.py	2010-09-28 21:04:54 UTC (rev 6383)
+++ CalendarServer/trunk/twistedcaldav/stdconfig.py	2010-09-29 00:18:29 UTC (rev 6384)
@@ -1031,12 +1031,12 @@
     cleanDict = copy.deepcopy(configDict)
 
     def unknown(key):
-        config_key = "ICAL_SERVER_CONFIG_VALIDATION"
+        config_key = "CALENDARSERVER_CONFIG_VALIDATION"
         config_key_value = "loose"
         if config_key in os.environ and os.environ[config_key] == config_key_value:
             pass
         else:
-            log.err("Ignoring unknown configuration option: %r - you can optionally bypass this validation by setting a sys env var %s to '%s'" % (key, config_key, config_key_value))
+            log.err("Ignoring unknown configuration option: %r" % (key,))
             del cleanDict[key]
 
     def deprecated(oldKey, newKey):
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100928/0863d904/attachment.html>


More information about the calendarserver-changes mailing list