Changeset 4c742f5a48b89dbb6fbca6cccb394f8ee2e65654
- Timestamp:
- 04/13/09 21:06:46
(4 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1239656806 +0000
- git-parent:
[958caa8c832be19050b43405922552ba725879a1]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1239656806 +0000
- Message:
cleanups refs #42
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r6210da7 |
r4c742f5 |
|
| 263 | 263 | } |
|---|
| 264 | 264 | } |
|---|
| 265 | | noitL(noit_error, "ping_icmp: send buffer set to %d\n", on); |
|---|
| | 265 | noitL(noit_debug, "ping_icmp: send buffer set to %d\n", on); |
|---|
| 266 | 266 | } |
|---|
| 267 | 267 | else |
|---|
| r6210da7 |
r4c742f5 |
|
| 702 | 702 | outlets = noit_conf_get_sections(log_configs[i], |
|---|
| 703 | 703 | "ancestor-or-self::node()/outlet", &ocnt); |
|---|
| 704 | | noitL(noit_debug, "found %d outlets for log '%s'\n", ocnt, name); |
|---|
| | 704 | noitL(noit_debug, "Found %d outlets for log '%s'\n", ocnt, name); |
|---|
| 705 | 705 | |
|---|
| 706 | 706 | for(o=0; o<ocnt; o++) { |
|---|