improved some log messages

This commit is contained in:
2022-03-04 13:28:25 +01:00
parent 1881d8f488
commit 043d431e94
3 changed files with 3 additions and 5 deletions

View File

@@ -127,7 +127,7 @@ class Net {
}
if (!protoHandlers.exists(proto)) {
Log.warn("Trying to route package to proto: \"" + proto + "\" but nothing was register");
Log.warn('Trying to route package to proto: $proto but nothing was register');
return;
}