summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2010-04-10 16:06:02 +0200
committerChristian Persch <chpe@gnome.org>2010-04-10 16:06:02 +0200
commit41db1d0d64227d65d1f25de68d8a62e3a7bd271d (patch)
tree4ea251df5edc4f389ec5b606d26c77f39484e3e8
parent7561724dc78abf71a6cefaf17965f16a69fec44b (diff)
downloadvte-41db1d0d64227d65d1f25de68d8a62e3a7bd271d.tar.gz
Use _vte_debug_print() here
-rw-r--r--src/vtebg.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/vtebg.c b/src/vtebg.c
index b136bc5f..7a5a463c 100644
--- a/src/vtebg.c
+++ b/src/vtebg.c
@@ -123,9 +123,8 @@ vte_bg_root_surface(VteBg *bg)
DefaultVisualOfScreen(screen),
width, height);
- _VTE_DEBUG_IF(VTE_DEBUG_MISC|VTE_DEBUG_EVENTS) {
- g_printerr("New background image %dx%d\n", width, height);
- }
+ _vte_debug_print(VTE_DEBUG_MISC|VTE_DEBUG_EVENTS,
+ "New root background image %dx%d\n", width, height);
out_pixmaps:
g_free(pixmaps);