[dm-devel] [PATCH 11/19] libmultipath: decrease log level of "prioritizer refcount" message

Martin Wilck mwilck at suse.com
Wed Nov 21 10:18:31 UTC 2018


This was important during development of the refcounting code, but
now it isn't any more.

Signed-off-by: Martin Wilck <mwilck at suse.com>
---
 libmultipath/prio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libmultipath/prio.c b/libmultipath/prio.c
index 17acfd05..0590218d 100644
--- a/libmultipath/prio.c
+++ b/libmultipath/prio.c
@@ -42,7 +42,7 @@ void free_prio (struct prio * p)
 		return;
 	p->refcount--;
 	if (p->refcount) {
-		condlog(3, "%s prioritizer refcount %d",
+		condlog(4, "%s prioritizer refcount %d",
 			p->name, p->refcount);
 		return;
 	}
-- 
2.19.1




More information about the dm-devel mailing list