Преглед изворни кода

error message should really be debug message

rdb пре 13 година
родитељ
комит
ccb80d7837
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      panda/src/glstuff/glShaderContext_src.cxx

+ 1 - 1
panda/src/glstuff/glShaderContext_src.cxx

@@ -567,7 +567,7 @@ CLP(ShaderContext)(Shader *s, GSG *gsg) : ShaderContext(s) {
         // Get the attrib location.
         GLint p = gsg->_glGetAttribLocation(_glsl_program, param_name_cstr);
 
-        GLCAT.error() <<
+        GLCAT.debug() <<
           "Active attribute " << param_name << " is bound to location " << p << "\n";
 
         if (p == -1) {