r17843 - gnucash/trunk/src/register/ledger-core - Register: Adjust some debugging messages to be more clear.

Charles Day cedayiv at cvs.gnucash.org
Sat Jan 24 07:12:42 EST 2009


Author: cedayiv
Date: 2009-01-24 07:12:41 -0500 (Sat, 24 Jan 2009)
New Revision: 17843
Trac: http://svn.gnucash.org/trac/changeset/17843

Modified:
   gnucash/trunk/src/register/ledger-core/split-register.c
Log:
Register: Adjust some debugging messages to be more clear.


Modified: gnucash/trunk/src/register/ledger-core/split-register.c
===================================================================
--- gnucash/trunk/src/register/ledger-core/split-register.c	2009-01-24 10:01:28 UTC (rev 17842)
+++ gnucash/trunk/src/register/ledger-core/split-register.c	2009-01-24 12:12:41 UTC (rev 17843)
@@ -1444,13 +1444,15 @@
      }
      
      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;
    }
 



More information about the gnucash-changes mailing list