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_repeat.c

    r265 r272  
    521521      char * tmpmsg;
    522522      char * tmphost;
     523      sh_string * alias;
    523524
    524525      /* issue report             */
     
    530531                       FIL__, __LINE__, 0, MSG_LOGMON_BURST,
    531532                       repeat, tmpmsg, tmphost);
     533      alias = sh_log_lookup_alias(sh_repeat_queue);
     534      if (alias)
     535        {
     536          sh_error_mail (sh_string_str(alias),
     537                         sh_log_lookup_severity(sh_repeat_queue),
     538                         FIL__, __LINE__, 0, MSG_LOGMON_BURST,
     539                         repeat, tmpmsg, tmphost);
     540        }
    532541      SH_FREE(tmpmsg);
    533542      SH_FREE(tmphost);
Note: See TracChangeset for help on using the changeset viewer.