mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
339dfd5841
commit
3088388051
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user