console: correctly catch text-renderer errors
authorDavid Herrmann <dh.herrmann@googlemail.com>
Fri, 10 Aug 2012 09:53:25 +0000 (11:53 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Fri, 10 Aug 2012 09:53:25 +0000 (11:53 +0200)
commit48d9743be5e9164cff7de8df0957623fba7e7a3a
tree22b514ad6401e555fa0f00f28aab564d60fc4a72
parentac8cc08f41b34864d3f10c7fce453e4540b5d7c9
console: correctly catch text-renderer errors

We should check for errors to avoid doing all the rendering even though
the text-renderer already failed. Also print debug messages if specific
intermediate steps fail.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
src/console.c