[PATCH virt-viewer v2] virt-viewer: Bring back debug log about nonexistent guest

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

 



Although commit 88f6341 allowed to use virt-viewer with a wrong guest name,
the user is informed about the nonexistent guest only by a dialog showing
the list of running machines or informing about the connection error.

Resolves https://bugzilla.redhat.com/show_bug.cgi?id=1201177
---
v2: commit message was changed - https://www.redhat.com/archives/virt-tools-list/2015-March/msg00084.html
---
 src/virt-viewer.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/virt-viewer.c b/src/virt-viewer.c
index 38f9a28..c36a17c 100644
--- a/src/virt-viewer.c
+++ b/src/virt-viewer.c
@@ -726,6 +726,8 @@ virt_viewer_initial_connect(VirtViewerApp *app, GError **error)
             goto wait;
         } else {
             VirtViewerWindow *main_window = virt_viewer_app_get_main_window(app);
+            if (priv->domkey != NULL)
+                g_debug("Cannot find guest %s", priv->domkey);
             dom = choose_vm(virt_viewer_window_get_window(main_window),
                             &priv->domkey,
                             priv->conn,
-- 
2.3.3

_______________________________________________
virt-tools-list mailing list
virt-tools-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/virt-tools-list




[Index of Archives]     [Linux Virtualization]     [KVM Development]     [CentOS Virtualization]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]     [Video 4 Linux]

  Powered by Linux