Just in case, I missed the param for TEXT(" %s ") and get this error. So, I found not quick solution and want to place it here.
Be sure, that you are set the string parameters if you declare wildcard inside of TEXT(“”)
=>
UE_LOG(LogTemp, Warning, TEXT("Objects fetched: %s."),*FString::FromInt(response.Num()));