diff -rpu ocfs2-tools/ocfs2_controld/pacemaker.c ocfs2-tools-new//ocfs2_controld/pacemaker.c --- ocfs2-tools/ocfs2_controld/pacemaker.c 2009-05-07 09:41:24.000000000 +0800 +++ ocfs2-tools-new//ocfs2_controld/pacemaker.c 2009-07-29 17:36:28.000000000 +0800 @@ -31,6 +31,8 @@ #include #include #include +#include +#include #include "ocfs2-kernel/kernel-list.h" #include "o2cb/o2cb.h" @@ -155,7 +157,7 @@ int setup_stack(void) crm_log_init("ocfs2_controld", LOG_INFO, FALSE, TRUE, 0, NULL); if(init_ais_connection(NULL, NULL, NULL, &local_node_uname, &our_nodeid) == FALSE) { - log_error("Connection to our AIS plugin (%d) failed", CRM_SERVICE); + log_error("Connection to our AIS plugin (CRM) failed"); return -1; }