From: Pauli Nieminen Date: Mon, 22 Mar 2010 13:14:16 +0000 (+0200) Subject: mesa: Add end of line to the end of a debug output. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=361e8e911886784407c7aff91e09b9b2bfd5cde8;p=mesa.git mesa: Add end of line to the end of a debug output. --- diff --git a/src/mesa/main/matrix.c b/src/mesa/main/matrix.c index 5c863f6f32a..4b8c00b5b63 100644 --- a/src/mesa/main/matrix.c +++ b/src/mesa/main/matrix.c @@ -322,7 +322,7 @@ _mesa_LoadIdentity( void ) ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH(ctx); if (MESA_VERBOSE & VERBOSE_API) - _mesa_debug(ctx, "glLoadIdentity()"); + _mesa_debug(ctx, "glLoadIdentity()\n"); _math_matrix_set_identity( ctx->CurrentStack->Top ); ctx->NewState |= ctx->CurrentStack->DirtyFlag;