Re: [Qemu-devel] [PATCH for-2.11] nbd/client: Use error_prepend() correctly

2017-11-13 Thread Markus Armbruster
Eric Blake writes: > On 11/13/2017 11:14 AM, Markus Armbruster wrote: >> Eric Blake writes: >> >>> When using error prepend(), it is necessary to end with a space >>> in the format string; otherwise, messages come out incorrectly, >>> such as when

Re: [Qemu-devel] [PATCH for-2.11] nbd/client: Use error_prepend() correctly

2017-11-13 Thread Eric Blake
On 11/13/2017 09:24 AM, Eric Blake wrote: > When using error prepend(), it is necessary to end with a space > in the format string; otherwise, messages come out incorrectly, > such as when connecting to a socket that hangs up immediately: > > can't open device nbd://localhost:10809/: Failed to

Re: [Qemu-devel] [PATCH for-2.11] nbd/client: Use error_prepend() correctly

2017-11-13 Thread Eric Blake
On 11/13/2017 11:14 AM, Markus Armbruster wrote: > Eric Blake writes: > >> When using error prepend(), it is necessary to end with a space >> in the format string; otherwise, messages come out incorrectly, >> such as when connecting to a socket that hangs up immediately: >> >>

Re: [Qemu-devel] [PATCH for-2.11] nbd/client: Use error_prepend() correctly

2017-11-13 Thread Markus Armbruster
Eric Blake writes: > When using error prepend(), it is necessary to end with a space > in the format string; otherwise, messages come out incorrectly, > such as when connecting to a socket that hangs up immediately: > > can't open device nbd://localhost:10809/: Failed to read

Re: [Qemu-devel] [PATCH for-2.11] nbd/client: Use error_prepend() correctly

2017-11-13 Thread Markus Armbruster
Eric Blake writes: > [adding Markus as error maintainer] > > On 11/13/2017 09:24 AM, Eric Blake wrote: >> When using error prepend(), it is necessary to end with a space >> in the format string; otherwise, messages come out incorrectly, >> such as when connecting to a socket

Re: [Qemu-devel] [PATCH for-2.11] nbd/client: Use error_prepend() correctly

2017-11-13 Thread Vladimir Sementsov-Ogievskiy
13.11.2017 18:24, Eric Blake wrote: When using error prepend(), it is necessary to end with a space in the format string; otherwise, messages come out incorrectly, such as when connecting to a socket that hangs up immediately: can't open device nbd://localhost:10809/: Failed to read

Re: [Qemu-devel] [PATCH for-2.11] nbd/client: Use error_prepend() correctly

2017-11-13 Thread Vladimir Sementsov-Ogievskiy
13.11.2017 18:32, Eric Blake wrote: [adding Markus as error maintainer] On 11/13/2017 09:24 AM, Eric Blake wrote: When using error prepend(), it is necessary to end with a space in the format string; otherwise, messages come out incorrectly, such as when connecting to a socket that hangs up

Re: [Qemu-devel] [PATCH for-2.11] nbd/client: Use error_prepend() correctly

2017-11-13 Thread Eric Blake
[adding Markus as error maintainer] On 11/13/2017 09:24 AM, Eric Blake wrote: > When using error prepend(), it is necessary to end with a space > in the format string; otherwise, messages come out incorrectly, > such as when connecting to a socket that hangs up immediately: > > can't open device