mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
Add missing semicolon and only dump transaction when debugging.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23407 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -1166,7 +1166,8 @@ gsr_default_execassociated_handler( GNCSplitReg *gsr, gpointer data )
|
||||
return;
|
||||
|
||||
#ifdef DUMP_FUNCTIONS
|
||||
xaccTransDump (trans, "ExecAssociated")
|
||||
if (qof_log_check (log_module, QOF_LOG_DEBUG))
|
||||
xaccTransDump (trans, "ExecAssociated");
|
||||
#endif
|
||||
|
||||
uri = xaccTransGetAssociation(trans);
|
||||
|
||||
Reference in New Issue
Block a user