Changeset 9337e1f9d0aae029e90f90d6978b9b03a8f10d28
- Timestamp:
- 03/02/11 15:20:16
(2 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1299079216 +0000
- git-parent:
[7fac98e75ec28ff3416403824554a269fee17ebe]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1299079216 +0000
- Message:
throw me a bone
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r7fac98e |
r9337e1f |
|
| 1017 | 1017 | { |
|---|
| 1018 | 1018 | noitL(noit_error, |
|---|
| 1019 | | "collectd: NOT dispatching values\n"); |
|---|
| | 1019 | "collectd: NOT dispatching values [%lld,%lld,%lld,%lld]\n", |
|---|
| | 1020 | (long long int)vl.time, (long long int)strlen (vl.host), |
|---|
| | 1021 | (long long int)strlen (vl.plugin), |
|---|
| | 1022 | (long long int)strlen (vl.type)); |
|---|
| 1020 | 1023 | } |
|---|
| 1021 | 1024 | |
|---|