This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cluster Project".
The branch, STABLE2 has been updated
via b9bb6fd6def26cfb2dfd860a7969144cf3815555 (commit)
from 292e214c55cd3016e184f7d831255b0ffea1af75 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
node = find_node_by_nodeid(nodeid);
if (!node && total_members == 1) {
diff --git a/cman/daemon/daemon.c b/cman/daemon/daemon.c
index edf3ae1..155b126 100644
--- a/cman/daemon/daemon.c
+++ b/cman/daemon/daemon.c
@@ -255,8 +255,8 @@ static int process_client(poll_handle handle, int fd, int revent, void *data)
uint8_t port;
struct sock_data_header *dmsg = (struct sock_data_header *)msg;
- P_DAEMON("sending %d bytes of data to node %d, port %d
",
- msg->length - sizeof(struct sock_data_header), dmsg->nodeid, dmsg->port);
+ P_DAEMON("sending %lu bytes of data to node %d, port %d
",
+ (unsigned long)(msg->length - sizeof(struct sock_data_header)), dmsg->nodeid, dmsg->port);