Fix typo in log.
This commit is contained in:
parent
0af313a81f
commit
710cd23537
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue