Ignore:
Timestamp:
Mar 22, 2010, 9:00:47 PM (15 years ago)
Author:
katerina
Message:

Fix for bugs in log monitoring (tickets #196, #199), and allow shell command monitoring (ticket #197).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_log_evalrule.c

    r272 r276  
    10391039    msg = sh_util_safe_name_keepspace (sh_string_str(record->message));
    10401040  }
    1041   tmp = sh_util_safe_name (record->filename);
     1041  tmp = sh_util_safe_name_keepspace (record->filename);
    10421042  ttt = sh_util_safe_name_keepspace (sh_string_str(record->timestr));
    10431043  sh_error_handle (severity, FIL__, __LINE__, 0, MSG_LOGMON_REP,
     
    10701070
    10711071  SH_MUTEX_LOCK(mutex_thread_nolog);
    1072   tmp = sh_util_safe_name (sh_string_str(path));
     1072  tmp = sh_util_safe_name_keepspace (sh_string_str(path));
    10731073  msg = sh_util_safe_name_keepspace (sh_string_str(message));
    10741074  sh_error_handle (severity, FIL__, __LINE__, 0, MSG_LOGMON_SUM,
Note: See TracChangeset for help on using the changeset viewer.