mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
improve debug printing
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@10172 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
441046b19e
commit
c56e1cf90b
@ -247,7 +247,10 @@ gnc_lot_add_split (GNCLot *lot, Split *split)
|
|||||||
Account * acc;
|
Account * acc;
|
||||||
if (!lot || !split) return;
|
if (!lot || !split) return;
|
||||||
|
|
||||||
ENTER ("(lot=%p, split=%p)", lot, split);
|
ENTER ("(lot=%p, split=%p) %s amt=%s val=%s", lot, split,
|
||||||
|
gnc_lot_get_title (lot),
|
||||||
|
gnc_num_dbg_to_string (split->amount),
|
||||||
|
gnc_num_dbg_to_string (split->value));
|
||||||
acc = xaccSplitGetAccount (split);
|
acc = xaccSplitGetAccount (split);
|
||||||
if (NULL == lot->account)
|
if (NULL == lot->account)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user