"Daniel P. Berrange" <berra...@redhat.com> writes: > On Thu, Mar 10, 2016 at 09:55:37AM +0100, Markus Armbruster wrote: >> "Daniel P. Berrange" <berra...@redhat.com> writes: >> >> > When &error_abort is passed in, the error reporting code >> > will print the current error message and then abort() the >> > process. Unfortunately at the time it aborts, we've not >> > yet appended the errno detail. This makes debugging certain >> > problems significantly harder as the log is incomplete. >> > >> > Signed-off-by: Daniel P. Berrange <berra...@redhat.com> >> >> Reviewed-by: Markus Armbruster <arm...@redhat.com> >> >> I can take this through my tree, but it's perhaps easier to let it flow >> along with the rest of your series. > > Nah, it isn't critical to the rest of this series. Its just tacked > on as I noticed it while debugging tests, so you might as well just > take it through your tree as normal.
Okay, applied to error-next, thanks!