aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.OpenGL/Pipeline.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Graphics.OpenGL/Pipeline.cs')
-rw-r--r--Ryujinx.Graphics.OpenGL/Pipeline.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Ryujinx.Graphics.OpenGL/Pipeline.cs b/Ryujinx.Graphics.OpenGL/Pipeline.cs
index 1a0c7115..7ca19c9d 100644
--- a/Ryujinx.Graphics.OpenGL/Pipeline.cs
+++ b/Ryujinx.Graphics.OpenGL/Pipeline.cs
@@ -99,7 +99,7 @@ namespace Ryujinx.Graphics.OpenGL
{
if (!_program.IsLinked)
{
- Logger.PrintError(LogClass.Gpu, "Dispatch error, shader not linked.");
+ Logger.PrintDebug(LogClass.Gpu, "Dispatch error, shader not linked.");
return;
}
@@ -113,7 +113,7 @@ namespace Ryujinx.Graphics.OpenGL
{
if (!_program.IsLinked)
{
- Logger.PrintError(LogClass.Gpu, "Draw error, shader not linked.");
+ Logger.PrintDebug(LogClass.Gpu, "Draw error, shader not linked.");
return;
}
@@ -221,7 +221,7 @@ namespace Ryujinx.Graphics.OpenGL
{
if (!_program.IsLinked)
{
- Logger.PrintError(LogClass.Gpu, "Draw error, shader not linked.");
+ Logger.PrintDebug(LogClass.Gpu, "Draw error, shader not linked.");
return;
}