You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LogHelper.Fatal("BaseComponentHandler.Init, ActorId is zero, message type: {messageType}",message.GetType().FullName);
93
93
NetWorkChannel.Close();
94
94
returnfalse;
95
95
}
@@ -100,7 +100,7 @@ public override async Task<bool> Init(INetworkMessage message, INetWorkChannel n
100
100
}
101
101
catch(Exceptione)
102
102
{
103
-
Log.Fatal(e,"get component failed, close channel");
103
+
LogHelper.Fatal(e,"BaseComponentHandler.Init, get component failed, close channel, actorId: {actorId}, componentAgentType: {componentAgentType}",ActorId,ComponentAgentType.FullName);
0 commit comments