mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Logging
This commit is contained in:
parent
8ad91b74b6
commit
55d67e629d
2 changed files with 3 additions and 3 deletions
|
@ -46,7 +46,7 @@ except ImportError:
|
||||||
import BaseHTTPServer as server
|
import BaseHTTPServer as server
|
||||||
# pylint: enable=F0401
|
# pylint: enable=F0401
|
||||||
|
|
||||||
from radicale import acl, config, ical, xmlutils
|
from radicale import acl, config, ical, xmlutils, log
|
||||||
|
|
||||||
|
|
||||||
VERSION = "git"
|
VERSION = "git"
|
||||||
|
|
|
@ -138,7 +138,7 @@ def propfind(path, xml_request, calendar, depth, request):
|
||||||
elif tag == _tag("D", "getcontenttype"):
|
elif tag == _tag("D", "getcontenttype"):
|
||||||
element.text = "text/calendar"
|
element.text = "text/calendar"
|
||||||
elif tag == _tag("D", "getetag"):
|
elif tag == _tag("D", "getetag"):
|
||||||
element.text = element.etag
|
element.text = element.tag
|
||||||
elif tag == _tag("D", "displayname"):
|
elif tag == _tag("D", "displayname"):
|
||||||
element.text = calendar.name
|
element.text = calendar.name
|
||||||
elif tag == _tag("D", "supported-report-set"):
|
elif tag == _tag("D", "supported-report-set"):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue