From: Martin Wilck Date: Mon, 10 Dec 2018 09:49:41 +0000 (+0100) Subject: libmultipath: avoid frequent messages from filter_property() X-Git-Tag: 0.8.0~61 X-Git-Url: https://git.opensvc.com/gitweb.cgi?p=multipath-tools%2F.git;a=commitdiff_plain;h=6214bfcfb130506a937269165a9c00b0adf60319;hp=6214bfcfb130506a937269165a9c00b0adf60319 libmultipath: avoid frequent messages from filter_property() Unlike the other filter functions, filter_property() is called on every pathinfo() call, and prints a message with -v3 every time. Avoid that by using a lower log priority for the call from pathinfo(). Reviewed-by: Benjamin Marzinski Signed-off-by: Martin Wilck ---