This will make log level 4 actually usable.
Signed-off-by: Martin Wilck <[email protected]>
---
libmultipath/util.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libmultipath/util.c b/libmultipath/util.c
index 66c47611..b5d2e706 100644
--- a/libmultipath/util.c
+++ b/libmultipath/util.c
@@ -104,7 +104,7 @@ get_word (char * sentence, char ** word)
}
strncpy(*word, sentence, len);
strchop(*word);
- condlog(4, "*word = %s, len = %i", *word, len);
+ condlog(5, "*word = %s, len = %i", *word, len);
if (*p == '\0')
return 0;
--
2.19.1
--
dm-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/dm-devel