renderer_opengl: Logging, etc. cleanup.

This commit is contained in:
bunnei 2018-03-24 22:38:08 -04:00
parent be645eece3
commit 71a932291f
6 changed files with 34 additions and 33 deletions

View file

@ -26,7 +26,7 @@ bool Init(EmuWindow* emu_window) {
if (g_renderer->Init()) {
LOG_DEBUG(Render, "initialized OK");
} else {
LOG_ERROR(Render, "initialization failed !");
LOG_CRITICAL(Render, "initialization failed !");
return false;
}
return true;