Blame SOURCES/bz1091101-nfs-error-msg-fix.patch

b9953b
From 5475e17858d143747e69b1bf9e8d230e74642561 Mon Sep 17 00:00:00 2001
b9953b
From: David Vossel <dvossel@redhat.com>
b9953b
Date: Fri, 11 Jul 2014 11:22:20 -0400
b9953b
Subject: [PATCH] Low: nfsnotify: fixes error message output
b9953b
b9953b
---
b9953b
 heartbeat/nfsnotify | 2 +-
b9953b
 1 file changed, 1 insertion(+), 1 deletion(-)
b9953b
b9953b
diff --git a/heartbeat/nfsnotify b/heartbeat/nfsnotify
b9953b
index 2e242de..2d0bbfc 100755
b9953b
--- a/heartbeat/nfsnotify
b9953b
+++ b/heartbeat/nfsnotify
b9953b
@@ -269,7 +269,7 @@ v3notify_start()
b9953b
 		ocf_log info "sending notifications with source address $ip"
b9953b
 		$SM_NOTIFY_BINARY -f $OCF_RESKEY_notify_args -v $ip -P "$cur_statd"
b9953b
 		if [ $? -ne 0 ]; then
b9953b
-			ocf_log err "sm-notify with source host set to, $source_host, failed. view syslog for more information"
b9953b
+			ocf_log err "sm-notify with source host set to, $ip, failed. view syslog for more information"
b9953b
 			return $OCF_ERR_GENERIC
b9953b
 		fi
b9953b
 	done
b9953b
-- 
b9953b
1.8.4.2
b9953b