diff --git a/CopyTexture/CopyTextureGame.cs b/CopyTexture/CopyTextureGame.cs index 69ed706..d7da91e 100644 --- a/CopyTexture/CopyTextureGame.cs +++ b/CopyTexture/CopyTextureGame.cs @@ -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