fix log statement

This commit is contained in:
AndyScherzinger 2017-12-11 09:29:46 +01:00
parent 27954c4287
commit 96a2dd8e71
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -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 +