From 308838805103a462b9fc1afb22a956de4505c009 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=C3=B6hler?= Date: Sun, 2 Dec 2007 15:13:51 +0000 Subject: [PATCH] Fix compile error in debugging part of gnc-component-manager.c. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16607 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/app-utils/gnc-component-manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app-utils/gnc-component-manager.c b/src/app-utils/gnc-component-manager.c index a2e4b4f638..22cf61f610 100644 --- a/src/app-utils/gnc-component-manager.c +++ b/src/app-utils/gnc-component-manager.c @@ -261,7 +261,7 @@ gnc_cm_event_handler (QofInstance *entity, 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);