[virt-tools-list] [PATCH virt-viewer] app: Use display id instead of 'this' in debug

Jonathon Jongsma jjongsma at redhat.com
Tue Oct 20 19:36:47 UTC 2015


ACK

On Tue, 2015-10-20 at 18:20 +0200, Pavel Grunt wrote:
> ---
>  src/virt-viewer-app.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/virt-viewer-app.c b/src/virt-viewer-app.c
> index f53a6f8..0670358 100644
> --- a/src/virt-viewer-app.c
> +++ b/src/virt-viewer-app.c
> @@ -948,7 +948,7 @@ ensure_window_for_display(VirtViewerApp *self,
> VirtViewerDisplay *display)
>          }
>          if (l && virt_viewer_window_get_display(VIRT_VIEWER_WINDOW(l
> ->data)) == NULL) {
>              win = VIRT_VIEWER_WINDOW(l->data);
> -            g_debug("Found a window without a display, reusing for
> this display...");
> +            g_debug("Found a window without a display, reusing for
> display #%d", nth);
>              virt_viewer_app_set_window_subtitle(self, win, nth);
>              if (self->priv->fullscreen && !self->priv->kiosk)
>                  app_window_try_fullscreen(self, win, nth);




More information about the virt-tools-list mailing list