summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software/SWOGLWindow.cpp
diff options
context:
space:
mode:
authorMat M <mathew1800@gmail.com>2016-10-02 16:51:44 -0400
committerGitHub <noreply@github.com>2016-10-02 16:51:44 -0400
commitccfc0816974bde303ac62bfad019a41ff6fb13f0 (patch)
treeab4fdc886468cf8bd4ccbb8618354e7b0af82a3d /Source/Core/VideoBackends/Software/SWOGLWindow.cpp
parent2e4ef57b47c1ef06ede4121d4b22ad60abe19082 (diff)
parentf0aa9b3751f4c3efeb3b1794991533d3d4616d03 (diff)
Merge pull request #4245 from aldelaro5/logs-levels-changes
Lots of Logs levels changes (also enable INFO level in every build)
Diffstat (limited to 'Source/Core/VideoBackends/Software/SWOGLWindow.cpp')
-rw-r--r--Source/Core/VideoBackends/Software/SWOGLWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoBackends/Software/SWOGLWindow.cpp b/Source/Core/VideoBackends/Software/SWOGLWindow.cpp
index c714a97744..541dfe3608 100644
--- a/Source/Core/VideoBackends/Software/SWOGLWindow.cpp
+++ b/Source/Core/VideoBackends/Software/SWOGLWindow.cpp
@@ -18,7 +18,7 @@ void SWOGLWindow::Init(void* window_handle)
GLInterface->SetMode(GLInterfaceMode::MODE_DETECT);
if (!GLInterface->Create(window_handle))
{
- INFO_LOG(VIDEO, "GLInterface::Create failed.");
+ ERROR_LOG(VIDEO, "GLInterface::Create failed.");
}
s_instance.reset(new SWOGLWindow());