Markus Armbruster <arm...@redhat.com> wrote: > error_report() obeys -msg, reports the current error location if any, > and reports to the current monitor if any. Reporting to stderr > directly with fprintf() or perror() is wrong, because it loses all > this. > > Fix the offenders. Bonus: resolves a FIXME about problematic use of > errno. > > Signed-off-by: Markus Armbruster <arm...@redhat.com>
I fixed the WARN issue by hand. Reviewed-by: Juan Quintela <quint...@redhat.com>