mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-18 03:44:54 -04:00
ignore javafx-svg warnings
This commit is contained in:
parent
51b0454006
commit
9cf6c74bd8
@ -29,6 +29,9 @@ class LogPrintStream(
|
||||
if (string.startsWith("ERROR StatusLogger Log4j2")) {
|
||||
return
|
||||
}
|
||||
if (string.startsWith("Unknown element") && string.endsWith("):")) {
|
||||
return
|
||||
}
|
||||
Log.log(message = string, type = type, level = level)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user