renderer_opengl: Logging, etc. cleanup.

This commit is contained in:
bunnei
2018-03-24 22:38:08 -04:00
parent 7504df52fc
commit 0a5832798a
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;