Fix typo in log.

This commit is contained in:
Greyson Parrelli 2021-01-09 12:15:29 -05:00
parent 0af313a81f
commit 710cd23537

View file

@ -128,7 +128,7 @@ public class JobDatabase extends SQLiteOpenHelper implements SignalDatabase {
}
if (DatabaseFactory.getInstance(application).hasTable("dependency_spec")) {
Log.i(TAG, "Found old constraint_spec table. Migrating data.");
Log.i(TAG, "Found old dependency_spec table. Migrating data.");
migrateDependencySpecsFromPreviousDatabase(DatabaseFactory.getInstance(application).getRawDatabase(), db);
}
}