[CalendarServer-changes] [8945] CalendarServer/trunk/twext/web2/dav/http.py
source_changes at macosforge.org
source_changes at macosforge.org
Wed Mar 28 10:36:08 PDT 2012
Revision: 8945
http://trac.macosforge.org/projects/calendarserver/changeset/8945
Author: wsanchez at apple.com
Date: 2012-03-28 10:36:08 -0700 (Wed, 28 Mar 2012)
Log Message:
-----------
statusForFailure should log at debug level, not info.
Modified Paths:
--------------
CalendarServer/trunk/twext/web2/dav/http.py
Modified: CalendarServer/trunk/twext/web2/dav/http.py
===================================================================
--- CalendarServer/trunk/twext/web2/dav/http.py 2012-03-28 00:14:45 UTC (rev 8944)
+++ CalendarServer/trunk/twext/web2/dav/http.py 2012-03-28 17:36:08 UTC (rev 8945)
@@ -1,5 +1,5 @@
##
-# Copyright (c) 2005 Apple Computer, Inc. All rights reserved.
+# Copyright (c) 2005-2012 Apple Computer, Inc. All rights reserved.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
@@ -18,8 +18,6 @@
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
-#
-# DRI: Wilfredo Sanchez, wsanchez at apple.com
##
"""
@@ -301,7 +299,7 @@
"""
def msg(err):
if what is not None:
- log.msg("%s while %s" % (err, what))
+ log.debug("%s while %s" % (err, what))
if failure.check(IOError, OSError):
e = failure.value[0]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120328/a0ed4b4d/attachment.html>
More information about the calendarserver-changes
mailing list