Only one log_file.

The array of log_files replaced with single instance.
This commit is contained in:
Johan Wikman
2015-11-03 23:05:07 +02:00
parent 633f06cddd
commit f17803e892
2 changed files with 29 additions and 42 deletions

View File

@ -408,9 +408,6 @@ typedef enum skygw_chk_t {
lf->lf_name_suffix != NULL && \
lf->lf_full_file_name != NULL, \
"NULL in name variable\n"); \
ss_info_dassert(lf->lf_id >= LOGFILE_FIRST && \
lf->lf_id <= LOGFILE_LAST, \
"Invalid logfile id\n"); \
ss_debug( \
(lf->lf_chk_top != CHK_NUM_LOGFILE || \
lf->lf_chk_tail != CHK_NUM_LOGFILE ? \