From 2d2bb16505baf7a1f3a1dfe4ee3d1eebe545fc4e Mon Sep 17 00:00:00 2001 From: Martin Wilck Date: Mon, 10 Dec 2018 10:49:46 +0100 Subject: [PATCH] libmultipath: decrease log level of "prioritizer refcount" message This was important during development of the refcounting code, but now it isn't any more. Reviewed-by: Benjamin Marzinski Signed-off-by: Martin Wilck --- 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.20.1