Output error Full_init_reqd parameter value in a debug log

Change-Id: I97d1b13bd3675bb48065e0f82fe36684befe1f58
Signed-off-by: weizhao <zhaowei7146@fiberhome.com>
Story: 2005499
Task: 30600
This commit is contained in:
weizhao 2019-04-23 11:43:05 +08:00
parent cf01c97ab2
commit 6f2a22e31f
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; 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" )))