Formatting

This commit is contained in:
M66B 2022-11-04 08:14:54 +01:00
parent 4ac88d9b97
commit 99108b951c
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ public class BoundaryCallbackMessages extends PagedList.BoundaryCallback<TupleMe
if (state.ids == null) {
SQLiteDatabase sdb = Fts4DbHelper.getInstance(context);
state.ids = Fts4DbHelper.match(sdb, account, folder, exclude, criteria, TextUtils.join(" ", word));
EntityLog.log(context, "Boundary FTS " +
EntityLog.log(context, "Boundary FTS" +
" account=" + account +
" folder=" + folder +
" criteria=" + criteria +