Fix typo in amqp1 JSON format error message
authorAndrew Bays <andrew.bays@gmail.com>
Wed, 25 Jul 2018 14:24:49 +0000 (10:24 -0400)
committerGitHub <noreply@github.com>
Wed, 25 Jul 2018 14:24:49 +0000 (10:24 -0400)
src/amqp1.c

index 635af0f..072598c 100644 (file)
@@ -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;
     }