Merge "Output error Full_init_reqd parameter value in a debug log"
This commit is contained in:
commit
719efb9fb4
@ -219,7 +219,7 @@ int pmon_process_config ( void * user,
|
|||||||
{
|
{
|
||||||
ptr->full_init_reqd = true;
|
ptr->full_init_reqd = true;
|
||||||
}
|
}
|
||||||
dlog1 ("Full_init_reqd : %d\n", (int) ptr->quorum );
|
dlog1 ("Full_init_reqd : %d\n", (int) ptr->full_init_reqd );
|
||||||
rc = PASS ;
|
rc = PASS ;
|
||||||
}
|
}
|
||||||
if (( ptr->mode != NULL ) && ( !strcmp(ptr->mode, "active" )))
|
if (( ptr->mode != NULL ) && ( !strcmp(ptr->mode, "active" )))
|
||||||
|
Loading…
Reference in New Issue
Block a user