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

Signed-off-by: Martin Wilck <[email protected]>
---
 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

--
dm-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/dm-devel

Reply via email to