change success message from error to info

refresh2
cosmonaut 2024-03-06 23:59:34 -08:00
parent 2435b4d226
commit 17a321dcf7
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ namespace MoonWorks.Test
if (System.MemoryExtensions.SequenceEqual(originalSpan, copiedSpan))
{
Logger.LogError("SUCCESS! Original texture bytes and the downloaded bytes match!");
Logger.LogInfo("SUCCESS! Original texture bytes and the downloaded bytes match!");
}
else