[gnome-boxes] libvirt-machine-props: Broker URI in troubleshooting log



commit 5c4ee7ea09a6b124aaba9ca9930462c55b3665d8
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Mon Nov 10 13:46:56 2014 +0000

    libvirt-machine-props: Broker URI in troubleshooting log
    
    https://bugzilla.gnome.org/show_bug.cgi?id=710294

 src/libvirt-machine-properties.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/libvirt-machine-properties.vala b/src/libvirt-machine-properties.vala
index 37513a2..9b1c1e4 100644
--- a/src/libvirt-machine-properties.vala
+++ b/src/libvirt-machine-properties.vala
@@ -56,6 +56,7 @@ private class Boxes.LibvirtMachineProperties: GLib.Object, Boxes.IPropertiesProv
     private string collect_logs () {
         var builder = new StringBuilder ();
 
+        builder.append_printf ("Broker URL: %s\n", machine.source.uri);
         builder.append_printf ("Domain: %s\n", machine.domain.get_name ());
         builder.append_printf ("UUID: %s\n", machine.domain.get_uuid ());
         builder.append_printf ("Persistent: %s\n", machine.domain.get_persistent () ? "yes" : "no");


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]