diff options
Diffstat (limited to 'walk.cc')
-rw-r--r-- | walk.cc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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; } |