Fix rabbit OCF log message when joining by a node

Closes-bug: #1530296

Change-Id: Id2258da4f272dc8eca92130d45ecb69a16ed7c35
Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
This commit is contained in:
Bogdan Dobrelya 2015-12-31 10:50:20 +01:00
parent 1989aa805d
commit b2cad58598

View File

@ -672,9 +672,9 @@ join_to_cluster() {
local LH="${LL} join_to_cluster():"
ocf_log info "${LH} start."
ocf_log info "${LH} Joining to cluster by node '${rmq_node}'."
rmq_node=$(rabbit_node_name $node)
ocf_log info "${LH} Joining to cluster by node '${rmq_node}'."
get_status rabbit
rc=$?
if [ $rc -eq $OCF_SUCCESS ] ; then