Browse Source

Change message emitted by nvidia driver workaround to info

tobspr 9 years ago
parent
commit
37aaa49529
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/glstuff/glShaderContext_src.cxx

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

@@ -594,7 +594,7 @@ reflect_uniform_block(int i, const char *name, char *name_buffer, GLsizei name_b
       break;
       break;
 
 
     default:
     default:
-      GLCAT.warning() << "Ignoring uniform '" << name_buffer
+      GLCAT.info() << "Ignoring uniform '" << name_buffer
         << "' with unsupported type 0x" << hex << param_type << dec << "\n";
         << "' with unsupported type 0x" << hex << param_type << dec << "\n";
       continue;
       continue;
     }
     }