util: add \n to debug_checkpoint_full

Signed-off-by: José Fonseca <jfonseca@vmware.com>
This commit is contained in:
Marcin Slusarz 2011-05-16 21:53:06 +02:00 committed by José Fonseca
parent fb40f1f532
commit 155cf15ce2

View 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)