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