diff --git a/clutter/cogl/common/cogl-internal.h b/clutter/cogl/common/cogl-internal.h index f148c35b6..980e2a886 100644 --- a/clutter/cogl/common/cogl-internal.h +++ b/clutter/cogl/common/cogl-internal.h @@ -62,6 +62,7 @@ const gchar *cogl_gl_error_to_string (GLenum error_code); { \ g_warning ("%s: GL error (%d): %s\n", \ G_STRLOC, \ + __err, \ cogl_gl_error_to_string (__err)); \ } } G_STMT_END