aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.OpenGL/TextureStorage.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Graphics.OpenGL/TextureStorage.cs')
-rw-r--r--Ryujinx.Graphics.OpenGL/TextureStorage.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Graphics.OpenGL/TextureStorage.cs b/Ryujinx.Graphics.OpenGL/TextureStorage.cs
index ec40a487..241b4116 100644
--- a/Ryujinx.Graphics.OpenGL/TextureStorage.cs
+++ b/Ryujinx.Graphics.OpenGL/TextureStorage.cs
@@ -136,7 +136,7 @@ namespace Ryujinx.Graphics.OpenGL
break;
default:
- Logger.PrintError(LogClass.Gpu, $"Invalid or unsupported texture target: {target}.");
+ Logger.PrintDebug(LogClass.Gpu, $"Invalid or unsupported texture target: {target}.");
break;
}
}