mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 04:35:57 +00:00
Small improvement
This commit is contained in:
parent
8917609d0e
commit
cc6ecd7fe1
1 changed files with 1 additions and 1 deletions
|
@ -2303,7 +2303,7 @@ public class Log {
|
|||
name = Integer.toString(filter);
|
||||
}
|
||||
|
||||
size += write(os, String.format("Interruption filter=%s\r\n\r\n", name));
|
||||
size += write(os, String.format("Interruption filter allow=%s\r\n\r\n", name));
|
||||
|
||||
for (NotificationChannel channel : nm.getNotificationChannels())
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue