X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=util.cpp;h=3b15c3787d7e82644d6c5633d9ea05387e0efb88;hb=5b1ec775a021f215307fc63e8df54bb1109aeb58;hp=9c2ce597499d42a829097ddb5e3700341fde2ca1;hpb=8dedcc2fd11b00fec125212b60e144363033137d;p=movit diff --git a/util.cpp b/util.cpp index 9c2ce59..3b15c37 100644 --- a/util.cpp +++ b/util.cpp @@ -99,7 +99,7 @@ GLuint compile_shader(const string &shader_src, GLenum type) glGetShaderInfoLog(obj, log_length, &log_length, info_log); info_log[log_length] = 0; if (strlen(info_log) > 0) { - printf("shader compile log: %s\n", info_log); + fprintf(stderr, "Shader compile log: %s\n", info_log); } GLint status;