Skip to content

Commit

Permalink
Update AbstractAcceptor.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
laolarou726 committed Dec 22, 2023
1 parent 1d1bce4 commit fc1065f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Hive.Network.Shared/Session/AbstractAcceptor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public virtual void DoHeartBeatCheck()

protected void FireOnSessionCreate(TSession session)
{
Logger.LogInformation("Session {sessionId} accepted.", session.Id);
Logger.LogInformation("Session {sessionId} accepted.", session.Id.Id);
_idToSessionDict.TryAdd(session.Id, session);

OnSessionCreated?.Invoke(this, session.Id, session);
Expand Down

0 comments on commit fc1065f

Please sign in to comment.