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, 0 insertions, 17 deletions
diff --git a/0040-RHBZ-587695-add-checker-msg-alias.patch b/0040-RHBZ-587695-add-checker-msg-alias.patch
deleted file mode 100644
index 42544c0..0000000
--- a/0040-RHBZ-587695-add-checker-msg-alias.patch
+++ /dev/null
@@ -1,17 +0,0 @@
----
- 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;