forked from dolphin-emu/dolphin
Core: Remove double newlines at the end of *_LOG messages.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user