Index: ocfs2-tools/ocfs2_controld/pacemaker.c =================================================================== --- ocfs2-tools.orig/ocfs2_controld/pacemaker.c +++ ocfs2-tools/ocfs2_controld/pacemaker.c @@ -31,6 +31,8 @@ #include #include #include +#include +#include #include "ocfs2-kernel/kernel-list.h" #include "o2cb/o2cb.h" @@ -152,10 +154,10 @@ static void process_pcmk(int ci) int setup_stack(void) { - crm_log_init("ocfs2_controld", LOG_INFO, FALSE, TRUE, 0, NULL); + crm_log_init("ocfs2_controld", LOG_INFO, FALSE, TRUE, 0, NULL, FALSE); 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; }