chiark / gitweb /
terminal: handle callback errors in sysview instead of propagating them
authorDavid Herrmann <dh.herrmann@gmail.com>
Mon, 22 Sep 2014 15:55:31 +0000 (17:55 +0200)
committerDavid Herrmann <dh.herrmann@gmail.com>
Mon, 22 Sep 2014 16:14:44 +0000 (18:14 +0200)
We cannot sanely propagate error codes if we call into user-callbacks
multiple times for multiple objects. There is no way to merge those errors
or somehow propagate them.

However, we can just act similar to sd-event and print a log-message while
discarding the values. This way, we allow error-returns, but can properly
continue working on our objects.


No differences found