mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 21:25:35 +03:00
fix log statement
This commit is contained in:
parent
27954c4287
commit
96a2dd8e71
1 changed files with 1 additions and 1 deletions
|
@ -1190,7 +1190,7 @@ public class FileContentProvider extends ContentProvider {
|
|||
}
|
||||
|
||||
if (oldVersion < 26 && newVersion >= 26) {
|
||||
Log_OC.i(SQL, "Entering in the #25 Adding text and element color to capabilities");
|
||||
Log_OC.i(SQL, "Entering in the #26 Adding CRC32 column to filesystem table");
|
||||
db.beginTransaction();
|
||||
try {
|
||||
db.execSQL(ALTER_TABLE + ProviderTableMeta.FILESYSTEM_TABLE_NAME +
|
||||
|
|
Loading…
Reference in a new issue