Added log types

This commit is contained in:
M66B
2021-08-17 14:21:19 +02:00
parent 545d4664ae
commit 3e7043f021
2 changed files with 14 additions and 7 deletions

View File

@@ -190,7 +190,8 @@ public class ServiceUI extends IntentService {
cleared = db.message().ignoreAll(null, -group);
else
cleared = db.message().ignoreAll(group == 0 ? null : group, null);
EntityLog.log(this, "Notify clear group=" + group + " cleared=" + cleared);
EntityLog.log(this, EntityLog.Type.Notification,
"Notify clear group=" + group + " cleared=" + cleared);
}
private void cancel(long group, long id) {