diff --git a/src/main/kotlin/com/openlattice/mechanic/upgrades/MigrateChronicleSystemApps.kt b/src/main/kotlin/com/openlattice/mechanic/upgrades/MigrateChronicleSystemApps.kt index 6bceef8b..14c37b6c 100644 --- a/src/main/kotlin/com/openlattice/mechanic/upgrades/MigrateChronicleSystemApps.kt +++ b/src/main/kotlin/com/openlattice/mechanic/upgrades/MigrateChronicleSystemApps.kt @@ -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 }