Code

This patch provides better error messages to the client when something
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Mon, 29 Sep 2008 19:56:10 +0000 (19:56 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Mon, 29 Sep 2008 19:56:10 +0000 (19:56 +0000)
commitb9cab5e833127dd2aa818308547762884be9713d
treefebe0feb3cc5a2ce1e4a3023b6a1ec1ba41a60c7
parent013f8ad3c22c685dc4043b16af9ec75ef2390916
This patch provides better error messages to the client when something
goes wrong with the daemon.  When possible, the daemon error message is
passed through to rrd_set_error() on the client.  Prior to this patch,
most error conditions would result in "Internal error", which is not very
helpful. -- kevin brintnall

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@1546 a5681a0c-68f1-0310-ab6d-d61299d08faa
program/src/rrd_client.c
program/src/rrd_update.c