src/plugin.c: plugin_dispatch_values: Improve the error messages.
authorFlorian Forster <octo@huhu.verplant.org>
Mon, 31 Mar 2008 15:03:56 +0000 (17:03 +0200)
committerFlorian Forster <octo@huhu.verplant.org>
Mon, 31 Mar 2008 15:03:56 +0000 (17:03 +0200)
commitdae0b188243d483bfac124f1b4c070830504ab75
tree92b284673d806bb705ed97b43a3ad34fc651a2b7
parentc42a2315b0b8fa86264c8202f661bef8e683ed20
src/plugin.c: plugin_dispatch_values: Improve the error messages.

If no write plugin was loaded or no DS was defined, the
`plugin_dispatch_values' used to fail silently. This is of course not good, so
this commit introduces error messages for this case, so that users can see why
their setup is not working properly.

Also, the ``no such DS type'' message was promoted from DEBUG to INFO.
src/plugin.c