diff --git a/src/Graphics/OpenGLDevice_GL.cs b/src/Graphics/OpenGLDevice_GL.cs index ecb64e2..e8ce0cb 100644 --- a/src/Graphics/OpenGLDevice_GL.cs +++ b/src/Graphics/OpenGLDevice_GL.cs @@ -824,9 +824,9 @@ namespace Microsoft.Xna.Framework.Graphics ) { FNAPlatform.Log( Marshal.PtrToStringAnsi(message) + - "\n\tSource: " +" + "\n\tSource: " + source.ToString() + - \n\tType: " + + "\n\tType: " + type.ToString() + "\n\tSeverity: " + severity.ToString()