Skip to content

Commit

Permalink
fix: fix exception in format in GameTimer.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mishura4 committed Jun 14, 2024
1 parent a7b55b7 commit 4a81eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GameServer/gameutils/GameTimer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ public bool Stop()
{
while (!m_timeThread.Join(2000))
{
log.ErrorFormat("Timer Thread ({0}) can't stop after abort... maybe remaining threads going... trying again !");
log.ErrorFormat("Timer Thread ({0}) can't stop after abort... maybe remaining threads going... trying again !", m_name);

try
{
Expand Down

0 comments on commit 4a81eaf

Please sign in to comment.