Debug: badger

This commit is contained in:
M66B
2023-06-15 16:36:16 +02:00
parent f049fb0cad
commit 7e762d0deb
2 changed files with 14 additions and 1 deletions

View File

@@ -67,7 +67,7 @@ public class EntityLog {
public enum Type {General, Statistics, Scheduling, Network, Account, Protocol, Classification, Notification, Rules, Cloud, Debug}
static void log(final Context context, String data) {
public static void log(final Context context, String data) {
log(context, Type.General, data);
}