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
This commit is contained in:
Andreas Köhler 2007-12-02 15:13:51 +00:00
parent 339dfd5841
commit 3088388051

View File

@ -261,7 +261,7 @@ gnc_cm_event_handler (QofInstance *entity,
const GUID *guid = qof_entity_get_guid(entity); const GUID *guid = qof_entity_get_guid(entity);
#if CM_DEBUG #if CM_DEBUG
fprintf (stderr, "event_handler: event %d, entity %p, guid %s\n", event_type, fprintf (stderr, "event_handler: event %d, entity %p, guid %s\n", event_type,
entity, guid); entity, guid_to_string(guid));
#endif #endif
add_event (&changes, guid, event_type, TRUE); add_event (&changes, guid, event_type, TRUE);