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

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