cleanup tracing print

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9047 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 2003-08-11 01:59:21 +00:00
parent 95fd0a5e1f
commit d959eb3af3

View File

@ -178,7 +178,7 @@ gnc_engine_generate_event_internal (const GUID *entity, QofIdType type,
{ {
HandlerInfo *hi = node->data; HandlerInfo *hi = node->data;
PINFO ("id=%d node=%p hi=%p han=%p\n", hi->handler_id, node, hi, hi->handler); PINFO ("id=%d hi=%p han=%p", hi->handler_id, hi, hi->handler);
if (hi->handler) if (hi->handler)
hi->handler ((GUID *)entity, type, event_type, hi->user_data); hi->handler ((GUID *)entity, type, event_type, hi->user_data);
} }