fix loglevel
This commit is contained in:
@@ -114,7 +114,7 @@ class ApplicationPartProppatch(ApplicationBase):
|
|||||||
# return better matching HTTP result in case errno is provided and catched
|
# return better matching HTTP result in case errno is provided and catched
|
||||||
errno_match = re.search("\\[Errno ([0-9]+)\\]", str(e))
|
errno_match = re.search("\\[Errno ([0-9]+)\\]", str(e))
|
||||||
if errno_match:
|
if errno_match:
|
||||||
logger.warning(
|
logger.error(
|
||||||
"Failed PROPPATCH request on %r: %s", path, e, exc_info=True)
|
"Failed PROPPATCH request on %r: %s", path, e, exc_info=True)
|
||||||
errno_e = int(errno_match.group(1))
|
errno_e = int(errno_match.group(1))
|
||||||
if errno_e == errno.ENOSPC:
|
if errno_e == errno.ENOSPC:
|
||||||
|
|||||||
Reference in New Issue
Block a user