summaryrefslogtreecommitdiff
path: root/walk.cc
diff options
context:
space:
mode:
Diffstat (limited to 'walk.cc')
-rw-r--r--walk.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/walk.cc b/walk.cc
index b3b024f5..88b5461a 100644
--- a/walk.cc
+++ b/walk.cc
@@ -28,6 +28,11 @@ bool compare_items<transaction_t>::operator()(const transaction_t * left,
rxdata.dflags |= TRANSACTION_SORT_CALC;
}
+ DEBUG_PRINT("ledger.walk.compare_items_xact",
+ "lxdata.sort_value = " << lxdata.sort_value);
+ DEBUG_PRINT("ledger.walk.compare_items_xact",
+ "rxdata.sort_value = " << rxdata.sort_value);
+
return lxdata.sort_value < rxdata.sort_value;
}