Minor log adjustments.
This commit is contained in:
@@ -46,7 +46,7 @@ namespace CommonSocketLibrary.Abstract
|
||||
var target = FetchMessageType(type);
|
||||
if (target == null)
|
||||
{
|
||||
_logger.Error($"Failed to link websocket handler #{handler.OperationCode} due to no match for {target}.");
|
||||
_logger.Error($"Failed to link websocket handler #{handler.OperationCode} due to no match for {type.Name}.");
|
||||
continue;
|
||||
}
|
||||
_types.Add(handler.OperationCode, target);
|
||||
|
||||
Reference in New Issue
Block a user