]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
processes plugin: Fix error message.
authorFlorian Forster <octo@collectd.org>
Thu, 7 Dec 2017 21:20:28 +0000 (22:20 +0100)
committerFlorian Forster <octo@collectd.org>
Thu, 7 Dec 2017 21:20:28 +0000 (22:20 +0100)
src/processes.c

index 26982e4d6ced28956c4c0a746f2c211599006376..de03b343effce75666bcf2ce6e81b3aa8cd4770f 100644 (file)
@@ -657,7 +657,7 @@ static void ps_tune_instance(oconfig_item_t *ci, procstat_t *ps) {
               "for the \"CollectDelayAccounting\" option.");
 #endif
     } else {
-      ERROR("processes plugin: Option `%s' not allowed heeere.", c->key);
+      ERROR("processes plugin: Option \"%s\" not allowed here.", c->key);
     }
   } /* for (ci->children) */
 } /* void ps_tune_instance */