Fix ocfs2_controld-pacemaker.diff

OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/ocfs2-tools?expand=0&rev=18
This commit is contained in:
Tim Serong 2010-08-20 12:46:27 +00:00 committed by Git OBS Bridge
parent c906203b5a
commit bbda9547f3

View File

@ -11,12 +11,8 @@ Index: ocfs2-tools/ocfs2_controld/pacemaker.c
#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);
@@ -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);