From ccb80d78376ec930bace5d1e4fbfb5bc9759d531 Mon Sep 17 00:00:00 2001 From: rdb Date: Thu, 20 Dec 2012 16:18:24 +0000 Subject: [PATCH] error message should really be debug message --- panda/src/glstuff/glShaderContext_src.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/glstuff/glShaderContext_src.cxx b/panda/src/glstuff/glShaderContext_src.cxx index 07cf978c1c..fee563a85f 100755 --- a/panda/src/glstuff/glShaderContext_src.cxx +++ b/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) {