On 05/30/2017 09:30 AM, Vladimir Sementsov-Ogievskiy wrote: > Signed-off-by: Vladimir Sementsov-Ogievskiy <vsement...@virtuozzo.com> > --- > nbd/server.c | 17 +++++++++-------- > 1 file changed, 9 insertions(+), 8 deletions(-) >
> > - if (nbd_co_send_reply(req, &reply, reply_data_len) < 0) { > - error_setg(&local_err, "Failed to send reply"); > + if (nbd_co_send_reply(req, &reply, reply_data_len, &local_err) < 0) { > + error_prepend(&local_err, "Failed to send reply"); In the previous patch, you had a lot of conversions from LOG("message") to error_prepend(..., "message: ") (note the addition of the ': ' suffix). Is this addition of error_prepend going to come out right? -- Eric Blake, Principal Software Engineer Red Hat, Inc. +1-919-301-3266 Virtualization: qemu.org | libvirt.org
signature.asc
Description: OpenPGP digital signature