mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Register: Adjust some debugging messages to be more clear.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17843 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
a0a034f2ce
commit
53c47c1ad6
@ -1444,13 +1444,15 @@ gnc_split_register_save (SplitRegister *reg, gboolean do_commit)
|
||||
}
|
||||
|
||||
if (trans == pending_trans || blank_edited) {
|
||||
PINFO("commiting trans (%p)", trans);
|
||||
PINFO("committing trans (%p)", trans);
|
||||
xaccTransCommitEdit(trans);
|
||||
}
|
||||
else
|
||||
DEBUG("leaving trans (%p) open", trans);
|
||||
|
||||
gnc_resume_gui_refresh ();
|
||||
|
||||
LEAVE("no changes, but committed");
|
||||
LEAVE("unchanged cursor");
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user