File pacemaker-attrd-improve-log-message.patch of Package pacemaker.14737
commit 075d173afbcf24eef55018706f03ea89d69a6239
Author: Ken Gaillot <kgaillot@redhat.com>
Date: Thu Jul 13 11:53:00 2017 -0500
Log: attrd: improve log messages
Index: pacemaker-1.1.16+20170320.77ea74d/attrd/commands.c
===================================================================
--- pacemaker-1.1.16+20170320.77ea74d.orig/attrd/commands.c
+++ pacemaker-1.1.16+20170320.77ea74d/attrd/commands.c
@@ -1139,7 +1139,7 @@ write_attribute(attribute_t *a)
/* If the peer is found, but its uuid is unknown, defer write */
if (peer->uuid == NULL) {
a->unknown_peer_uuids = TRUE;
- crm_notice("Update error (unknown peer uuid, retry will be attempted once uuid is discovered): %s[%s]=%s failed (host=%p)",
+ crm_notice("Update %s[%s]=%s postponed: unknown peer UUID, will retry if UUID is learned",
v->nodename, a->id, v->current, peer);
continue;
}