Improved logging

This commit is contained in:
M66B 2021-06-17 17:04:37 +02:00
parent ff9f58f467
commit 644d5ac15a
1 changed files with 2 additions and 0 deletions

View File

@ -940,6 +940,8 @@ public class BoundaryCallbackMessages extends PagedList.BoundaryCallback<TupleMe
" w/notes=" + with_notes +
" type=" + (with_types == null ? null : TextUtils.join(",", with_types)) +
" size=" + with_size +
" trash=" + in_trash +
" junk=" + in_junk +
" after=" + (after == null ? "" : new Date(after)) +
" before=" + (before == null ? "" : new Date(before));
}