Browse Source

Fixing log macro

Josh Engebretson 9 years ago
parent
commit
ab6b24904c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/Atomic/Graphics/OpenGL/OGLGraphics.cpp

+ 1 - 1
Source/Atomic/Graphics/OpenGL/OGLGraphics.cpp

@@ -2333,7 +2333,7 @@ void Graphics::Restore()
             {                      // so remove this context and let it fall back to GL2
             {                      // so remove this context and let it fall back to GL2
                 SDL_GL_DeleteContext(impl_->context_);
                 SDL_GL_DeleteContext(impl_->context_);
                 impl_->context_ = NULL;
                 impl_->context_ = NULL;
-                LOGINFOF ( "Mesa GL Driver: %s detected, forcing GL2 context creation.  Please use gl2 command line option to avoid this warning.", driverx.CString() );
+                ATOMIC_LOGINFOF ( "Mesa GL Driver: %s detected, forcing GL2 context creation.  Please use gl2 command line option to avoid this warning.", driverx.CString() );
             }
             }
         }
         }
     }
     }