r16607 - gnucash/trunk/src/app-utils - Fix compile error in debugging part of gnc-component-manager.c.

Andreas Köhler andi5 at cvs.gnucash.org
Sun Dec 2 10:13:52 EST 2007


Author: andi5
Date: 2007-12-02 10:13:51 -0500 (Sun, 02 Dec 2007)
New Revision: 16607
Trac: http://svn.gnucash.org/trac/changeset/16607

Modified:
   gnucash/trunk/src/app-utils/gnc-component-manager.c
Log:
Fix compile error in debugging part of gnc-component-manager.c.


Modified: gnucash/trunk/src/app-utils/gnc-component-manager.c
===================================================================
--- gnucash/trunk/src/app-utils/gnc-component-manager.c	2007-12-02 15:13:47 UTC (rev 16606)
+++ gnucash/trunk/src/app-utils/gnc-component-manager.c	2007-12-02 15:13:51 UTC (rev 16607)
@@ -261,7 +261,7 @@
   const GUID *guid = qof_entity_get_guid(entity);
 #if CM_DEBUG
   fprintf (stderr, "event_handler: event %d, entity %p, guid %s\n", event_type,
-	   entity, guid);
+	   entity, guid_to_string(guid));
 #endif
   add_event (&changes, guid, event_type, TRUE);
 



More information about the gnucash-changes mailing list