1 file changed, 1 insertion(+), 1 deletion(-)
crmd/join_client.c | 2 +-
# HG changeset patch
# User Andrew Beekhof <[EMAIL PROTECTED]>
# Date 1226396036 -3600
# Branch stable-1.0
# Node ID 21556fcee3241da70173722bf16683fd8214d21a
# Parent 7aced6ba1f3137d8a2f2b34126c8b2403d7bd612
Low: crmd: Improve the log message when a node is NACK'd from joining the cluster
diff --git a/crmd/join_client.c b/crmd/join_client.c
--- a/crmd/join_client.c
+++ b/crmd/join_client.c
@@ -232,7 +232,7 @@ do_cl_join_finalize_respond(long long ac
crm_element_value_int(input->msg, F_CRM_JOIN_ID, &join_id);
if(was_nack) {
- crm_err("Join join-%d with %s failed. NACK'd",
+ crm_err("Join (join-%d) with leader %s failed (NACK'd): Shutting down",
join_id, welcome_from);
register_fsa_error(C_FSA_INTERNAL, I_ERROR, NULL);
return;
_______________________________________________
Pacemaker mailing list
[email protected]
http://list.clusterlabs.org/mailman/listinfo/pacemaker