Skip to content

Commit

Permalink
update log
Browse files Browse the repository at this point in the history
  • Loading branch information
hxhb committed Apr 6, 2024
1 parent 8abaf7f commit ad504ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2498,7 +2498,7 @@ void UFlibHotPatcherCoreHelper::WaitObjectsCachePlatformDataComplete(TSet<UObjec
{
SCOPED_NAMED_EVENT_TEXT("FlushAsyncLoading And WaitingAsyncTasks",FColor::Red);
FlushAsyncLoading();
UE_LOG(LogHotPatcherCoreHelper, Display, TEXT("Waiting for async tasks..."));
UE_LOG(LogHotPatcherCoreHelper, Verbose, TEXT("Waiting for async tasks..."));
FTaskGraphInterface::Get().ProcessThreadUntilIdle(ENamedThreads::GameThread);
}

Expand Down

0 comments on commit ad504ae

Please sign in to comment.