chiark / gitweb /
sd-rtnl: don't fail event handler when callback fails
authorTom Gundersen <teg@jklm.no>
Thu, 29 Jan 2015 06:26:58 +0000 (07:26 +0100)
committerTom Gundersen <teg@jklm.no>
Sat, 31 Jan 2015 14:26:08 +0000 (15:26 +0100)
As in sd-bus, simply log at debug level when a callback fails, but don't fail the event handler.
Otherwise any error returned by any callback will disable the rtnl event handler. We should
only do that on serious internal errors in sd-rtnl that we know cannot be recovered from.


No differences found