Changeset 2c35111d986f670203e64beb67e6fdc0ceb97c65
- Timestamp:
- 11/15/10 15:41:57
(3 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1289835717 +0000
- git-parent:
[df9ad581c5767cba988269e70126a35992d71b39]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1289835717 +0000
- Message:
transient checks were being sent as 'C' events to listeners (like the real-time streaming) fixes #326
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| ra103e78 |
r2c35111 |
|
| 104 | 104 | void |
|---|
| 105 | 105 | noit_check_log_check(noit_check_t *check) { |
|---|
| 106 | | handle_extra_feeds(check, _noit_check_log_check); |
|---|
| 107 | 106 | if(!(check->flags & NP_TRANSIENT)) { |
|---|
| | 107 | handle_extra_feeds(check, _noit_check_log_check); |
|---|
| 108 | 108 | SETUP_LOG(check, return); |
|---|
| 109 | 109 | _noit_check_log_check(check_log, check); |
|---|