diff options
author | Sebastian Geerken <devnull@localhost> | 2013-12-31 00:04:58 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-12-31 00:04:58 +0100 |
commit | f0f9af6dd9a71bc4b93c154d881b310fce80a1df (patch) | |
tree | 5d346501ab4d70d1a578fb289aca42715b2f604e /lout | |
parent | 01f697091153846bdffc73b3150ba37c763301cc (diff) |
RTFL messages.
Diffstat (limited to 'lout')
-rw-r--r-- | lout/debug.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lout/debug.hh b/lout/debug.hh index bbbe401b..adc9c0a5 100644 --- a/lout/debug.hh +++ b/lout/debug.hh @@ -38,7 +38,9 @@ #include <unistd.h> #include <stdio.h> -#define RTFL_PREFIX_FMT "[rtfl]%s:%d:%d:" +// "\n" at the beginning just in case that the previous line is not finished +// yet. +#define RTFL_PREFIX_FMT "\n[rtfl]%s:%d:%d:" #define RTFL_PREFIX_ARGS __FILE__, __LINE__, getpid() #define DBG_OBJ_MSG(aspect, prio, msg) \ |