fix: Fixes structured logging (#1043)
- [X] Fixes various bugs in logging.
This commit is contained in:
parent
78bb4f4bb2
commit
6e69d25e33
31 changed files with 96 additions and 102 deletions
|
|
@ -73,7 +73,7 @@ namespace Server.Engines.Chat
|
|||
|
||||
if (handler == null)
|
||||
{
|
||||
state.LogInfo("Unknown chat action 0x{0:X}: {1}", actionID, param);
|
||||
state.LogInfo($"Unknown chat action 0x{actionID:X}: {param}");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue