X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=util.cpp;h=3b15c3787d7e82644d6c5633d9ea05387e0efb88;hp=9c2ce597499d42a829097ddb5e3700341fde2ca1;hb=5b1ec775a021f215307fc63e8df54bb1109aeb58;hpb=9651a4eaae012cdc49c1aa38197861e04f62e91e 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;