projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
966e2f7
)
Fix typo in amqp1 JSON format error message
author
Andrew Bays
<andrew.bays@gmail.com>
Wed, 25 Jul 2018 14:24:49 +0000
(10:24 -0400)
committer
GitHub
<noreply@github.com>
Wed, 25 Jul 2018 14:24:49 +0000
(10:24 -0400)
src/amqp1.c
patch
|
blob
|
history
diff --git
a/src/amqp1.c
b/src/amqp1.c
index
635af0f
..
072598c
100644
(file)
--- a/
src/amqp1.c
+++ b/
src/amqp1.c
@@
-479,7
+479,7
@@
static int amqp1_write(const data_set_t *ds, const value_list_t *vl, /* {{{ */
}
cdm->mbuf.size = strlen(cdm->mbuf.start);
if (cdm->mbuf.size >= BUFSIZE) {
- ERROR("amqp1 plugin: format
graphite
failed");
+ ERROR("amqp1 plugin: format
json
failed");
cd_message_free(cdm);
return -1;
}