change success message from error to info
parent
2435b4d226
commit
17a321dcf7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue