Reduced logging

This commit is contained in:
M66B 2023-11-14 22:39:29 +01:00
parent e59d5633c1
commit b28167f9ef
1 changed files with 1 additions and 1 deletions

View File

@ -5621,7 +5621,7 @@ class Core {
// Handle clear notifying on boot/update
EntityMessage msg = db.message().getMessage(message.id);
if (msg != null && msg.notifying == 0) {
EntityLog.log(context, "Notify boot=" + msg.id);
Log.i("Notify boot=" + msg.id);
data.groupNotifying.get(group).remove(msg.id);
data.groupNotifying.get(group).remove(-msg.id);
}