Log files names printed only with DEBUG mode
Log files names printed only with DEBUG mode
This commit is contained in:
parent
968b67dd71
commit
8de7a5854a
@ -2585,6 +2585,7 @@ static bool logfile_init(
|
||||
goto return_with_succp;
|
||||
}
|
||||
|
||||
#if defined(SS_DEBUG)
|
||||
if (store_shmem)
|
||||
{
|
||||
fprintf(stderr, "%s\t: %s->%s\n",
|
||||
@ -2598,6 +2599,7 @@ static bool logfile_init(
|
||||
STRLOGNAME(logfile_id),
|
||||
logfile->lf_full_file_name);
|
||||
}
|
||||
#endif
|
||||
succp = true;
|
||||
logfile->lf_state = RUN;
|
||||
CHK_LOGFILE(logfile);
|
||||
|
Loading…
x
Reference in New Issue
Block a user