Merge pull request #1102 from aws-lumberyard-dev/MultiplayerPipeline

Fixed ctrl+g port number
This commit is contained in:
AMZN-puvvadar
2021-06-03 08:50:29 -07:00
committed by GitHub
3 changed files with 5 additions and 3 deletions
@@ -46,7 +46,7 @@ namespace AzNetworking
}
else if (m_updateRate < updateTimeMs)
{
AZLOG_INFO("TimedThread bled %d ms", aznumeric_cast<int32_t>(updateTimeMs - m_updateRate));
AZLOG(NET_TimedThread, "TimedThread bled %d ms", aznumeric_cast<int32_t>(updateTimeMs - m_updateRate));
}
}
OnStop();