summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/BPFunctions.cpp
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2016-11-02 01:19:00 +0000
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2016-11-02 02:09:33 +0000
commitc9e6b05ce90714d4be1093d4d3d3ed33013d5b06 (patch)
treef5a2d8f23a7b6aa2758c53b12f2bc4bda501733c /Source/Core/VideoCommon/BPFunctions.cpp
parent146ee6de91ecb52af86f0056a63b4949b0dbd1b5 (diff)
Core: Remove double newlines at the end of *_LOG messages.
Diffstat (limited to 'Source/Core/VideoCommon/BPFunctions.cpp')
-rw-r--r--Source/Core/VideoCommon/BPFunctions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/BPFunctions.cpp b/Source/Core/VideoCommon/BPFunctions.cpp
index fb7c22c2c8..c268d36c56 100644
--- a/Source/Core/VideoCommon/BPFunctions.cpp
+++ b/Source/Core/VideoCommon/BPFunctions.cpp
@@ -200,7 +200,7 @@ void OnPixelFormatChange()
if (convtype == -1)
{
- ERROR_LOG(VIDEO, "Unhandled EFB format change: %d to %d\n", static_cast<int>(old_format),
+ ERROR_LOG(VIDEO, "Unhandled EFB format change: %d to %d", static_cast<int>(old_format),
static_cast<int>(new_format));
goto skip;
}