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 26982e4..de03b34 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 */