Reword notice to make more sense in log output context

This commit is contained in:
Ian Barwick
2015-01-24 05:03:57 +09:00
parent 84a4766f13
commit 0a19bf1e23

View File

@@ -1609,7 +1609,7 @@ set_local_node_failed(void)
return false;
}
log_notice(_("Local node %i marked as inactive on primary\n"), node_info.node_id);
log_notice(_("Marking this node (%i) as inactive on primary\n"), node_info.node_id);
return true;
}