[Gnucash-changes] Convert some printf() calls to DEBUG() calls.

David Hampton hampton at cvs.gnucash.org
Sun Jun 5 03:45:33 EDT 2005


Log Message:
-----------
Convert some printf() calls to DEBUG() calls.

Tags:
----
gnucash-gnome2-dev

Modified Files:
--------------
    gnucash/src/gnome:
        gnc-main-window.c

Revision Data
-------------
Index: gnc-main-window.c
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/gnome/Attic/gnc-main-window.c,v
retrieving revision 1.1.2.44
retrieving revision 1.1.2.45
diff -Lsrc/gnome/gnc-main-window.c -Lsrc/gnome/gnc-main-window.c -u -r1.1.2.44 -r1.1.2.45
--- src/gnome/gnc-main-window.c
+++ src/gnome/gnc-main-window.c
@@ -1303,10 +1303,10 @@
 	g_object_unref(page);
 
 	/* just a little debugging. :-) */
-	printf("Moved page %p (sb %p) from window %p to new window %p\n",
-	       page, page->summarybar, window, new_window);
-	printf("Old window current is %p, new window current is %p\n",
-	       window->priv->current_page, new_window->priv->current_page);
+	DEBUG("Moved page %p (sb %p) from window %p to new window %p",
+	      page, page->summarybar, window, new_window);
+	DEBUG("Old window current is %p, new window current is %p",
+	      window->priv->current_page, new_window->priv->current_page);
 }
 
 static void


More information about the gnucash-changes mailing list