mirror of
https://github.com/Sanae6/SmoOnlineServer.git
synced 2024-11-22 03:05:16 +00:00
Log header and client id
This commit is contained in:
parent
6759f80bc5
commit
b0aa3dbf7b
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ public class Server {
|
|||
|
||||
|
||||
// todo support variable length packets if they show up
|
||||
// Logger.Warn($"broadcasting {header.Type}");
|
||||
Logger.Warn($"broadcasting {header.Type} from {client.Id}");
|
||||
await Broadcast(memory, client);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue