Misc edit to keep an AZLOG_INFO instead of AZPrint. No real difference, but good as an example for pytest

Signed-off-by: Gene Walters <genewalt@amazon.com>
This commit is contained in:
Gene Walters
2021-12-01 10:04:26 -08:00
parent d2ee1b92f3
commit c8b631054f
2 changed files with 3 additions and 2 deletions
@@ -160,7 +160,8 @@ namespace Multiplayer
}
networkInterface->Listen(sv_port);
AZ_Printf("MultiplayerEditorConnection", "Editor Server completed receiving the editor's level assets, responding to Editor...\n")
AZLOG_INFO("Editor Server completed receiving the editor's level assets, responding to Editor...\n")
return connection->SendReliablePacket(MultiplayerEditorPackets::EditorServerReady());
}