Skip to content

Commit 5f643a4

Browse files
committed
Log: pacemaker-attrd: use %PRIu32 format specifier instead of %u for node id
1 parent bc7726e commit 5f643a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

daemons/attrd/attrd_corosync.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ attrd_cpg_dispatch(cpg_handle_t handle,
114114
xml = pcmk__xml_parse(data);
115115

116116
if (xml == NULL) {
117-
crm_err("Bad message received from %s[%u]: '%.120s'",
117+
crm_err("Bad message received from %s[%" PRIu32 "]: '%.120s'",
118118
from, nodeid, data);
119119
} else {
120120
attrd_peer_message(pcmk__get_node(nodeid, from, NULL,

0 commit comments

Comments
 (0)