dri: Clarify comments on InfoMessageF and ErrorMessageF macros.
authorCarl Worth <cworth@cworth.org>
Sat, 4 Feb 2012 00:14:23 +0000 (16:14 -0800)
committerCarl Worth <cworth@cworth.org>
Thu, 9 Feb 2012 01:07:53 +0000 (17:07 -0800)
commitc09504c343d904dc8c135c9b7241e8315c134d0f
treef7ab9ec8bbe0daa6e6373fa6dd8c5cd394dec3e7
parent5497cc428fa7c6670d252d34f4a67c9498ae3895
dri: Clarify comments on InfoMessageF and ErrorMessageF macros.

The description of ErrorMessageF was misleading in the case of
LIBGL_DEBUG being unset, (the previous comment could be understood to
mean the error should be printed, but the code does not print in this
case).

InfoMessageF previously had no comment at all.

Reviewed-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
src/glx/dri_common.c