summaryrefslogtreecommitdiffstats
path: root/0040-RHBZ-587695-add-checker-msg-alias.patch
diff options
context:
space:
mode:
Diffstat (limited to '0040-RHBZ-587695-add-checker-msg-alias.patch')
-rw-r--r--0040-RHBZ-587695-add-checker-msg-alias.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/0040-RHBZ-587695-add-checker-msg-alias.patch b/0040-RHBZ-587695-add-checker-msg-alias.patch
new file mode 100644
index 0000000..42544c0
--- /dev/null
+++ b/0040-RHBZ-587695-add-checker-msg-alias.patch
@@ -0,0 +1,17 @@
+---
+ multipathd/main.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+Index: multipath-tools/multipathd/main.c
+===================================================================
+--- multipath-tools.orig/multipathd/main.c
++++ multipath-tools/multipathd/main.c
+@@ -63,7 +63,7 @@
+ #define CMDSIZE 160
+
+ #define LOG_MSG(a,b) \
+- if (strlen(b)) condlog(a, "%s: %s", pp->dev, b);
++ if (strlen(b)) condlog(a, "%s: %s - %s", pp->mpp->alias, pp->dev, b);
+
+ pthread_cond_t exit_cond = PTHREAD_COND_INITIALIZER;
+ pthread_mutex_t exit_mutex = PTHREAD_MUTEX_INITIALIZER;