[gnome-settings-daemon] wacom: Print the OSD's layout file in debug



commit 57dd5cbade410817f87bee210741f25d95acb3c3
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Oct 9 14:41:15 2013 +0200

    wacom: Print the OSD's layout file in debug

 plugins/wacom/gsd-wacom-osd-window.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plugins/wacom/gsd-wacom-osd-window.c b/plugins/wacom/gsd-wacom-osd-window.c
index bffaf24..b1abd87 100644
--- a/plugins/wacom/gsd-wacom-osd-window.c
+++ b/plugins/wacom/gsd-wacom-osd-window.c
@@ -886,6 +886,7 @@ gsd_wacom_osd_window_update (GsdWacomOSDWindow *osd_window)
                                css_color_table[i].color_value);
 
        layout_file = gsd_wacom_device_get_layout_path (osd_window->priv->pad);
+       g_debug ("Using layout path: %s", layout_file);
        replace_string (&css_string, "layout_file", layout_file);
 
        /* Render the SVG with the CSS applied */


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