diff --git a/graphics/opengl/opengl.cpp b/graphics/opengl/opengl.cpp index 6a507375fb..413a12c4f4 100644 --- a/graphics/opengl/opengl.cpp +++ b/graphics/opengl/opengl.cpp @@ -41,9 +41,9 @@ namespace graphics for (unsigned i = 0; i < names.size(); ++i) { if (i == 0) - LOG(LINFO, ("OpenGL Extensions: ", names[i])); + LOG(LINFO, ("OpenGL Extensions:", names[i])); else - LOG(LINFO, (" ", names[i])); + LOG(LINFO, (" ", names[i])); } }