diff options
Diffstat (limited to 'app/gfx/gl/gl_implementation_mac.cc')
-rw-r--r-- | app/gfx/gl/gl_implementation_mac.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/gfx/gl/gl_implementation_mac.cc b/app/gfx/gl/gl_implementation_mac.cc index 417c356..66562ca 100644 --- a/app/gfx/gl/gl_implementation_mac.cc +++ b/app/gfx/gl/gl_implementation_mac.cc @@ -35,7 +35,7 @@ bool InitializeGLBindings(GLImplementation implementation) { base::NativeLibrary library = base::LoadNativeLibrary( module_path.Append("osmesa.so")); if (!library) { - DLOG(INFO) << "osmesa.so not found"; + DVLOG(1) << "osmesa.so not found"; return false; } |