Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #769 from lioncash/string-fmt
Software: Get rid of an unnecessary format string in SWmain.cpp
  • Loading branch information
lioncash committed Aug 10, 2014
2 parents 2ff44b5 + 6b49ddf commit e0b0b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/VideoBackends/Software/SWmain.cpp
Expand Up @@ -79,7 +79,7 @@ bool VideoSoftware::Initialize(void *&window_handle)
GLInterface->SetMode(GLInterfaceMode::MODE_DETECT);
if (!GLInterface->Create(window_handle))
{
INFO_LOG(VIDEO, "%s", "SWRenderer::Create failed\n");
INFO_LOG(VIDEO, "GLInterface::Create failed.");
return false;
}

Expand Down

0 comments on commit e0b0b7e

Please sign in to comment.