From a113092f7b9555ce2efa5960186fabc7cde82382 Mon Sep 17 00:00:00 2001 From: rachytski Date: Fri, 8 Feb 2013 17:37:16 +0300 Subject: [PATCH] fixed logging level. --- graphics/opengl/buffer_object.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/opengl/buffer_object.cpp b/graphics/opengl/buffer_object.cpp index 515609d16b..6267749b33 100644 --- a/graphics/opengl/buffer_object.cpp +++ b/graphics/opengl/buffer_object.cpp @@ -94,7 +94,7 @@ namespace graphics else { m_gpuData = 0; - LOG(LINFO, ("no OGL context. skipping OGL call")); + LOG(LDEBUG, ("no OGL context. skipping OGL call")); } OGLCHECKAFTER; @@ -129,7 +129,7 @@ namespace graphics OGLCHECKAFTER; } else - LOG(LINFO, ("no OGL context. skipping OGL call.")); + LOG(LDEBUG, ("no OGL context. skipping OGL call.")); } else {