Blame SOURCES/0236-RHBZ-1525348-fix-msg.patch

526b4e
---
526b4e
 multipathd/main.c |    2 +-
526b4e
 1 file changed, 1 insertion(+), 1 deletion(-)
526b4e
526b4e
Index: multipath-tools-130222/multipathd/main.c
526b4e
===================================================================
526b4e
--- multipath-tools-130222.orig/multipathd/main.c
526b4e
+++ multipath-tools-130222/multipathd/main.c
526b4e
@@ -471,7 +471,7 @@ uev_add_path (struct uevent *uev, struct
526b4e
 
526b4e
 	pp = find_path_by_dev(vecs->pathvec, uev->kernel);
526b4e
 	if (pp) {
526b4e
-		condlog(0, "%s: spurious uevent, path already in pathvec",
526b4e
+		condlog(2, "%s: spurious uevent, path already in pathvec",
526b4e
 			uev->kernel);
526b4e
 		if (pp->mpp)
526b4e
 			return 0;