Re: [Pacemaker] A mistake of the log output.

2010-06-11 Thread Andrew Beekhof
On Fri, Jun 11, 2010 at 2:30 AM, wrote: > Hi Andrew, > > Thanks! > > Another one... > Not a great problemNext if is the same. > > static gboolean > determine_online_status_no_fencing(pe_working_set_t *data_set, xmlNode * > node_state, node_t > *this_node) > { > (snip) >        if(!crm_is_tru

Re: [Pacemaker] A mistake of the log output.

2010-06-10 Thread renayama19661014
Hi Andrew, Thanks! Another one... Not a great problemNext if is the same. static gboolean determine_online_status_no_fencing(pe_working_set_t *data_set, xmlNode * node_state, node_t *this_node) { (snip) if(!crm_is_true(ccm_state) || safe_str_eq(ha_state, DEADSTATUS)){

Re: [Pacemaker] A mistake of the log output.

2010-06-10 Thread Andrew Beekhof
ooops, right. that one should be crm_debug_2() Fixing now... On Thu, Jun 10, 2010 at 9:02 AM, wrote: > Hi, > > There seems to be an error in the log output of the source of Pacemaker. > > void clone_expand(resource_t *rsc, pe_working_set_t *data_set) > { >        clone_variant_data_t *clone_data

[Pacemaker] A mistake of the log output.

2010-06-10 Thread renayama19661014
Hi, There seems to be an error in the log output of the source of Pacemaker. void clone_expand(resource_t *rsc, pe_working_set_t *data_set) { clone_variant_data_t *clone_data = NULL; get_clone_variant_data(clone_data, rsc); crm_err("Processing actions from %s", rsc->id);