Ignore:
Timestamp:
Dec 21, 2009, 8:54:07 PM (15 years ago)
Author:
katerina
Message:

Enhance logfile monitoring (tickets #183, #184, #185).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_log_parse_syslog.c

    r199 r265  
    7272
    7373
    74   if (sh_string_len(logline) > 0 && flag_err_debug == SL_TRUE)
     74  if (flag_err_debug == SL_TRUE && sh_string_len(logline) > 0)
    7575    {
    7676      SH_MUTEX_LOCK(mutex_thread_nolog);
Note: See TracChangeset for help on using the changeset viewer.