Markus Armbruster 543202c0dd error: Don't append a newline when printing the error hint
Since commit 50b7b00, we have error_append_hint() to conveniently
accumulate Error member @hint.  error_report_err() prints it with a
newline appended.  Consequently, users of error_append_hint() need to
know whether theirs is the final line of the hint to decide whether it
needs a newline.  Not a nice interface.

Change error_report_err() to print just the hint, and the (still few)
users of error_append_hint() to add the required newline.

Cc: Eric Blake <eblake@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <1450370121-5768-7-git-send-email-armbru@redhat.com>
2016-01-13 11:58:58 +01:00
..
2014-11-17 11:48:56 +01:00
2015-12-18 16:25:08 +00:00
2015-04-30 16:05:48 +03:00
2015-12-04 09:39:55 +03:00
2015-06-23 16:05:34 +01:00
2015-12-18 12:18:31 +00:00
2015-09-14 16:13:16 +01:00
2013-04-13 19:39:59 +00:00