Document: shorten debug message.

It /will/ appear all the time in multi-location requests.

bzr revid: p_christ@hol.gr-20100729133937-e2tiez9z40iwtiby
This commit is contained in:
P. Christeas 2010-07-29 16:39:37 +03:00
parent 080e951518
commit 8c4fccfca4
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ class node_class(object):
if self.DAV_M_NS.has_key(ns):
prefix = self.DAV_M_NS[ns]
else:
logger.debug("No namespace: %s ( for prop: %s)",ns, prop)
logger.debug('No namespace: %s ("%s")',ns, prop)
return None
mname = prefix + "_" + prop