Fixed a message formatting issue

#rb self
#rnx
#preflight 63d9341ecf52968117ac2733

[CL 23929343 by tim smith in ue5-main branch]
This commit is contained in:
tim smith
2023-01-31 12:08:16 -05:00
parent 1eccf97fa3
commit bcf0ae33a5

View File

@@ -2237,7 +2237,7 @@ bool ServerCommandThread::actions::EnableModulesEx::Execute(const CommandType* c
{
if (loadModuleTaskCount > 0u)
{
LC_SUCCESS_USER("Loaded %zu module(s), %zu lazy load module(s), and %zu reserved page ranges (%.3fs, %zu translation units)",
LC_SUCCESS_USER("Loaded %zu module(s), %u lazy load module(s), and %u reserved page ranges (%.3fs, %zu translation units)",
loadModuleTaskCount, loadedLazyModules, reservedPagesCount, moduleLoadingScope.ReadSeconds(), loadedTranslationUnits);
}