Skip to content

Commit

Permalink
add a log stmt when a spar-tree is updated
Browse files Browse the repository at this point in the history
  • Loading branch information
chengniansun committed Aug 6, 2020
1 parent 16a767d commit bfe2ead
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/org/perses/reduction/ReductionDriver.kt
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,9 @@ class ReductionDriver(
.writeToFile(
configuration.bestResultFile, configuration.programFormatControl
)
logger.atFine().log(
"An edit is applied to the spar-tree. New #tokens=%s", event.program.tokenCount()
)
} catch (e: IOException) {
throw RuntimeException(e)
}
Expand Down

0 comments on commit bfe2ead

Please sign in to comment.