CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls.

The LOG_* function itself already appends one.
This commit is contained in:
Emmanuel Gil Peyrot 2015-10-09 22:13:54 +01:00
parent 7c747c8c33
commit 14af5919ba
7 changed files with 55 additions and 55 deletions

View file

@ -240,7 +240,7 @@ void GMainWindow::OnDisplayTitleBars(bool show)
}
void GMainWindow::BootGame(const std::string& filename) {
LOG_INFO(Frontend, "Citra starting...\n");
LOG_INFO(Frontend, "Citra starting...");
// Shutdown previous session if the emu thread is still active...
if (emu_thread != nullptr)