[vte] Use _vte_debug_print() here
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte] Use _vte_debug_print() here
- Date: Sat, 10 Apr 2010 14:39:20 +0000 (UTC)
commit 41db1d0d64227d65d1f25de68d8a62e3a7bd271d
Author: Christian Persch <chpe gnome org>
Date: Sat Apr 10 16:06:02 2010 +0200
Use _vte_debug_print() here
src/vtebg.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/src/vtebg.c b/src/vtebg.c
index b136bc5..7a5a463 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]