1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-17 06:04:23 +03:00

lvmdbusd: main.py: change debug msg text

This commit is contained in:
Tony Asleson 2016-11-01 17:52:51 -05:00
parent 60de09b00c
commit 95abadd13c

View File

@ -85,7 +85,7 @@ def process_request():
log_debug(
"Inspect method %s for too many refreshes" %
(str(req.method)))
log_debug("Complete ")
log_debug("Method complete ")
except queue.Empty:
pass
except Exception: