Moved messages to message log

Moved messages to message log and others printed only with DEBUG mode
compile setting
This commit is contained in:
MassimilianoPinto
2014-11-19 11:36:44 +01:00
parent d4894b3c1d
commit ed461d58e2
2 changed files with 20 additions and 4 deletions

View File

@ -2552,6 +2552,7 @@ static bool logfile_init(
logfile_free_memory(logfile);
goto return_with_succp;
}
#if defined(SS_DEBUG)
if (store_shmem)
{
fprintf(stderr, "%s\t: %s->%s\n",
@ -2565,6 +2566,7 @@ static bool logfile_init(
STRLOGNAME(logfile_id),
logfile->lf_full_file_name);
}
#endif
succp = true;
logfile->lf_state = RUN;
CHK_LOGFILE(logfile);