From: Florian Forster Date: Thu, 7 Dec 2017 21:20:28 +0000 (+0100) Subject: processes plugin: Fix error message. X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=8289f37f99c34515b83fdb1b1d5a3207595800e6;p=collectd.git processes plugin: Fix error message. --- diff --git a/src/processes.c b/src/processes.c index 26982e4d..de03b343 100644 --- a/src/processes.c +++ b/src/processes.c @@ -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 */