Merge "Output error Full_init_reqd parameter value in a debug log"

This commit is contained in:
Zuul 2019-09-25 21:12:46 +00:00 committed by Gerrit Code Review
commit 719efb9fb4
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ int pmon_process_config ( void * user,
{
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 ;
}
if (( ptr->mode != NULL ) && ( !strcmp(ptr->mode, "active" )))