diff options
| author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2016-11-02 01:19:00 +0000 |
|---|---|---|
| committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2016-11-02 02:09:33 +0000 |
| commit | c9e6b05ce90714d4be1093d4d3d3ed33013d5b06 (patch) | |
| tree | f5a2d8f23a7b6aa2758c53b12f2bc4bda501733c /Source/Core/VideoCommon/BPFunctions.cpp | |
| parent | 146ee6de91ecb52af86f0056a63b4949b0dbd1b5 (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.cpp | 2 |
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; } |
