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:
Mike Alexander
2013-11-17 06:32:08 +00:00
parent 1ddf6b7dcc
commit d6a8f9c0ea
+2 -1
View File
@@ -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);