From cc89fc6f79d998aa53fe78210f600d51ceada953 Mon Sep 17 00:00:00 2001 From: Unrud Date: Wed, 6 Dec 2017 21:46:21 +0100 Subject: [PATCH] Use human tag in warning message --- radicale/xmlutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radicale/xmlutils.py b/radicale/xmlutils.py index ef3a677..eb313de 100644 --- a/radicale/xmlutils.py +++ b/radicale/xmlutils.py @@ -1138,7 +1138,7 @@ def report(base_prefix, path, xml_request, collection): # InfCloud asks for expand-property reports (even if we don't announce # support for them) and stops working if an error code is returned. logger.warning("Unsupported REPORT method %r on %r requested", - root.tag, path) + _tag_from_clark(root.tag), path) return client.MULTI_STATUS, multistatus prop_element = root.find(_tag("D", "prop")) props = (