diff --git a/src/video_core/swrasterizer/lighting.cpp b/src/video_core/swrasterizer/lighting.cpp index 16491d6ef..003c3148c 100644 --- a/src/video_core/swrasterizer/lighting.cpp +++ b/src/video_core/swrasterizer/lighting.cpp @@ -143,7 +143,7 @@ std::tuple, Math::Vec4> ComputeFragmentsColors( } break; default: - LOG_CRITICAL(HW_GPU, "Unknown lighting LUT input {}\n", static_cast(input)); + LOG_CRITICAL(HW_GPU, "Unknown lighting LUT input {}", static_cast(input)); UNIMPLEMENTED(); result = 0.0f; }