From: Brian Paul Date: Fri, 17 Apr 2009 22:04:41 +0000 (-0600) Subject: mesa: suppress extra newline X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=36b0f26721652639351522915d9a57f9d4a8bcde;p=mesa.git mesa: suppress extra newline --- diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index b24a3b4409b..4cff36adfab 100644 --- a/src/mesa/main/context.c +++ b/src/mesa/main/context.c @@ -434,7 +434,7 @@ one_time_init( GLcontext *ctx ) } #if defined(DEBUG) && defined(__DATE__) && defined(__TIME__) - _mesa_debug(ctx, "Mesa %s DEBUG build %s %s\n", + _mesa_debug(ctx, "Mesa %s DEBUG build %s %s", MESA_VERSION_STRING, __DATE__, __TIME__); #endif