Skip to content

Commit 2c41b61

Browse files
author
Nick Grippin
committed
more messaging
1 parent 7202422 commit 2c41b61

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

validation/src/main/scala/hmda/validation/ValidationStats.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ class ValidationStats extends HmdaPersistentActor {
148148
sender ! state.latestStatsFor(id, period).totalValidatedLars
149149

150150
case FindIrsStats(subId) =>
151+
log.info(s"Finding IRS Stats for $subId")
152+
log.info(s"Current stats are ${state.stats}")
151153
val stats = state.stats.find(s => s.id == subId).getOrElse(SubmissionStats(subId))
152154
sender ! stats.msas
153155

0 commit comments

Comments
 (0)