Log files names printed only with DEBUG mode

Log files names printed only with DEBUG mode
This commit is contained in:
MassimilianoPinto 2014-12-09 11:17:30 +01:00
parent 968b67dd71
commit 8de7a5854a

View File

@ -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);