diff --git a/src/video_core/renderer_opengl/gl_shader_gen.cpp b/src/video_core/renderer_opengl/gl_shader_gen.cpp index 0c71c9345..1b13136cb 100644 --- a/src/video_core/renderer_opengl/gl_shader_gen.cpp +++ b/src/video_core/renderer_opengl/gl_shader_gen.cpp @@ -776,7 +776,7 @@ static void WriteLighting(std::string& out, const PicaFSConfig& config) { break; default: - LOG_CRITICAL(HW_GPU, "Unknown lighting LUT input {}\n", (int)input); + LOG_CRITICAL(HW_GPU, "Unknown lighting LUT input {}", (int)input); UNIMPLEMENTED(); index = "0.0"; break;