X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=inline;f=src%2Fconfigfile.c;h=1df911195df20c358e89e6f4012f9e6ac5e82a0b;hb=0109e3c1f3a515ed716ddbdc261e0ed2e3f8e640;hp=4a9789ae0a39e79285db024a457f9a5dc6e29fff;hpb=4fe00def1a70d2bd73dbcd912da2becef459d00e;p=collectd.git diff --git a/src/configfile.c b/src/configfile.c index 4a9789ae..1df91119 100644 --- a/src/configfile.c +++ b/src/configfile.c @@ -328,7 +328,7 @@ static int dispatch_block_plugin (oconfig_item_t *ci) if (ci->children[i].children == NULL) dispatch_value_plugin (name, ci->children + i); else - {DEBUG ("No nested config blocks allow for this plugin.");} + {DEBUG ("No nested config blocks allowed for this plugin.");} } return (0);