Minor tweak to re-add ';' to LOG

Signed-off-by: Gene Walters <genewalt@amazon.com>
This commit is contained in:
Gene Walters
2021-12-07 16:27:23 -08:00
parent f97707a28a
commit 1983e94580
@@ -161,7 +161,7 @@ namespace Multiplayer
networkInterface->Listen(sv_port);
AZLOG_INFO("Editor Server completed receiving the editor's level assets, responding to Editor...")
AZLOG_INFO("Editor Server completed receiving the editor's level assets, responding to Editor...");
return connection->SendReliablePacket(MultiplayerEditorPackets::EditorServerReady());
}