mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
Core: Remove double newlines at the end of *_LOG messages.
This commit is contained in:
parent
146ee6de91
commit
c9e6b05ce9
17 changed files with 64 additions and 65 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue