Changeset 272 for trunk/src/sh_log_repeat.c
- Timestamp:
- Jan 27, 2010, 10:52:20 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_log_repeat.c
r265 r272 521 521 char * tmpmsg; 522 522 char * tmphost; 523 sh_string * alias; 523 524 524 525 /* issue report */ … … 530 531 FIL__, __LINE__, 0, MSG_LOGMON_BURST, 531 532 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 } 532 541 SH_FREE(tmpmsg); 533 542 SH_FREE(tmphost);
Note:
See TracChangeset
for help on using the changeset viewer.