[libvirt] [PATCH 09/16] GlibGerror can be raised by virt-sandbox-service, need to catch and write to stderr

Daniel P. Berrange berrange at redhat.com
Wed Apr 3 11:30:38 UTC 2013


On Tue, Apr 02, 2013 at 06:11:25PM -0400, Dan Walsh wrote:

Again, bad subject line which is too long.

> Signed-off-by: Dan Walsh <dwalsh at redhat.com>
> ---
>  bin/virt-sandbox-service | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/bin/virt-sandbox-service b/bin/virt-sandbox-service
> index b816933..ca472f5 100755
> --- a/bin/virt-sandbox-service
> +++ b/bin/virt-sandbox-service
> @@ -1074,3 +1074,7 @@ if __name__ == '__main__':
>          sys.stderr.write("%s: %s\n" % (sys.argv[0], e))
>          sys.stderr.flush()
>          sys.exit(1)
> +    except GLib.GError, e:
> +        sys.stderr.write("%s: %s\n" % (sys.argv[0], e))
> +        sys.stderr.flush()
> +        sys.exit(1)

ACK if the commit message is fixed.


Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list