Skip to content

Commit

Permalink
fix logging
Browse files Browse the repository at this point in the history
  • Loading branch information
anzioka committed Feb 22, 2022
1 parent 7949b70 commit fa891d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class MigrateChronicleSystemApps(
ps.executeBatch().sum()
}

logger.info("wrote $written to system_apps table")
logger.info("wrote $written entities to system_apps table")
return true
}

Expand Down

0 comments on commit fa891d1

Please sign in to comment.