Small improvement

pull/206/head
M66B 3 years ago
parent 8917609d0e
commit cc6ecd7fe1

@ -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…
Cancel
Save