Blame SOURCES/0111-Log-crmd-Graceful-proxy-shutdown-is-now-tested.patch

0240e4
From e2c7f8d987f090a3bb2ba3ec0e007a6dbf138ad2 Mon Sep 17 00:00:00 2001
0240e4
From: Andrew Beekhof <andrew@beekhof.net>
0240e4
Date: Mon, 11 Jan 2016 08:28:24 +1100
0240e4
Subject: [PATCH] Log: crmd: Graceful proxy shutdown is now tested
0240e4
0240e4
---
0240e4
 crmd/lrm_state.c | 2 +-
0240e4
 1 file changed, 1 insertion(+), 1 deletion(-)
0240e4
0240e4
diff --git a/crmd/lrm_state.c b/crmd/lrm_state.c
0240e4
index 7833ebb..62e1c76 100644
0240e4
--- a/crmd/lrm_state.c
0240e4
+++ b/crmd/lrm_state.c
0240e4
@@ -485,7 +485,7 @@ remote_proxy_cb(lrmd_t *lrmd, void *userdata, xmlNode *msg)
0240e4
         char *now_s = NULL;
0240e4
         time_t now = time(NULL);
0240e4
 
0240e4
-        crm_warn("Graceful proxy shutdown of %s not yet tested", lrm_state->node_name);
0240e4
+        crm_notice("Graceful proxy shutdown of %s", lrm_state->node_name);
0240e4
 
0240e4
         now_s = crm_itoa(now);
0240e4
         update_attrd(lrm_state->node_name, XML_CIB_ATTR_SHUTDOWN, now_s, NULL, FALSE);
0240e4
-- 
0240e4
1.8.3.1
0240e4