From: Martin Wilck <mwilck@xxxxxxxx> "Empty device name" in store_path() can happen regularly and shouldn't be logged at -v2. Signed-off-by: Martin Wilck <mwilck@xxxxxxxx> --- libmultipath/structs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmultipath/structs.c b/libmultipath/structs.c index 056a205..f4de542 100644 --- a/libmultipath/structs.c +++ b/libmultipath/structs.c @@ -322,7 +322,7 @@ store_path (vector pathvec, struct path * pp) err++; } if (!strlen(pp->dev)) { - condlog(2, "%s: Empty device name", pp->dev_t); + condlog(3, "%s: Empty device name", pp->dev_t); err++; } -- 2.26.2 -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel