Change message emitted by nvidia driver workaround to info

This commit is contained in:
tobspr 2016-03-03 13:53:59 +01:00 committed by rdb
parent 2bf886fc5b
commit 37aaa49529

View File

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