]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Simplify remote driver error reporting
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 10 Jul 2009 16:11:31 +0000 (17:11 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 16 Jul 2009 15:09:48 +0000 (16:09 +0100)
commitd65707a5b433f1191ea1a8c8671434d1e68389b9
treefe0d7908db172f034480b96d1c3f7e3f560206f7
parent9c9ed0f3f658db503120d8137f42cb8ab4deb624
Simplify remote driver error reporting

Remove redundant error reporting functions which obscured the
filename/line number reporting. Removed code which created a
virDomain/virNetwork object, since those are silently dropped
in error reporting functions now

* src/remote_internal.c: Remove error() and errorf() in favour of
 macros, and remove server_error in favour of direct call
src/remote_internal.c