improved some log messages
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user