X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fvarnish.c;h=e2ced0e4e20e128184f56330634aa854ae9c21b1;hb=31ee0e5282b59f89ac5c9bcaebb993450e45dba1;hp=f7bca416880648a0e2a7843c8877a466a3149c96;hpb=8775392f037747cf06edc58a31750c9dcd895a73;p=collectd.git diff --git a/src/varnish.c b/src/varnish.c index f7bca416..e2ced0e4 100644 --- a/src/varnish.c +++ b/src/varnish.c @@ -700,7 +700,9 @@ static int varnish_config_instance (const oconfig_item_t *ci) /* {{{ */ else { WARNING ("Varnish plugin: Ignoring unknown " - "configuration option: \"%s\"", + "configuration option: \"%s\". Did " + "you forget to add an " + "block around the configuration?", child->key); } }