util: add \n to debug_checkpoint_full
authorMarcin Slusarz <marcin.slusarz@gmail.com>
Mon, 16 May 2011 19:53:06 +0000 (21:53 +0200)
committerJosé Fonseca <jfonseca@vmware.com>
Mon, 6 Jun 2011 11:41:07 +0000 (12:41 +0100)
Signed-off-by: José Fonseca <jfonseca@vmware.com>
src/gallium/auxiliary/util/u_debug.h

index c47c13c64cf7303edc8f59edfecc62a17cd3033f..b5ea4050633380868fd3c15a1cb87236905a84f7 100644 (file)
@@ -192,7 +192,7 @@ void _debug_assert_fail(const char *expr,
  */
 #ifdef DEBUG
 #define debug_checkpoint_full() \
-   _debug_printf("%s:%u:%s", __FILE__, __LINE__, __FUNCTION__) 
+   _debug_printf("%s:%u:%s\n", __FILE__, __LINE__, __FUNCTION__)
 #else
 #define debug_checkpoint_full() \
    ((void)0)