You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Fixed a message formatting issue
#rb self #rnx #preflight 63d9341ecf52968117ac2733 [CL 23929343 by tim smith in ue5-main branch]
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user