Blame SOURCES/0227-RHBZ-1465773-fix-path-delay-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
@@ -538,7 +538,7 @@ ev_add_path (struct path * pp, struct ve
526b4e
 		     pp->tpgs == TPGS_IMPLICIT))
526b4e
 			mpp->force_udev_reload = 1;
526b4e
 		else {
526b4e
-			condlog(2, "%s : delaying path addition until %s is fully initialized", pp->dev, mpp->alias);
526b4e
+			condlog(2, "%s [%s]: delaying path addition until %s is fully initialized", pp->dev, pp->dev_t, mpp->alias);
526b4e
 			mpp->wait_for_udev = 2;
526b4e
 			orphan_path(pp);
526b4e
 			return 0;