Mesa (master): util: add \n to debug_checkpoint_full

Jose Fonseca jrfonseca at kemper.freedesktop.org
Mon Jun 6 11:41:18 UTC 2011


Module: Mesa
Branch: master
Commit: 155cf15ce216c3b67c13da1041401cbcc1c43b1e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=155cf15ce216c3b67c13da1041401cbcc1c43b1e

Author: Marcin Slusarz <marcin.slusarz at gmail.com>
Date:   Mon May 16 21:53:06 2011 +0200

util: add \n to debug_checkpoint_full

Signed-off-by: José Fonseca <jfonseca at vmware.com>

---

 src/gallium/auxiliary/util/u_debug.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/auxiliary/util/u_debug.h b/src/gallium/auxiliary/util/u_debug.h
index c47c13c..b5ea405 100644
--- a/src/gallium/auxiliary/util/u_debug.h
+++ b/src/gallium/auxiliary/util/u_debug.h
@@ -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) 




More information about the mesa-commit mailing list