Ignore:
Timestamp:
Jan 27, 2010, 10:52:20 PM (15 years ago)
Author:
katerina
Message:

Fixes tickets #190, #191, #192, #193, and #194.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_log_mark.c

    r265 r272  
    221221    {
    222222      int severity;
     223      sh_string * alias;
    223224      SH_MUTEX_LOCK(mutex_thread_nolog);
    224225
     
    233234                       sh_string_str(event->label),
    234235                       (unsigned long) delay);
     236      alias = sh_log_lookup_alias(sh_string_str(event->queue_id));
     237      if (alias)
     238        {
     239          sh_error_mail (sh_string_str(alias), severity,
     240                         FIL__, __LINE__, 0, MSG_LOGMON_MARK,
     241                         sh_string_str(event->label),
     242                         (unsigned long) delay);
     243        }
     244
    235245      SH_MUTEX_UNLOCK(mutex_thread_nolog);
    236246    }
Note: See TracChangeset for help on using the changeset viewer.