diff options
author | Sebastian Geerken <devnull@localhost> | 2013-12-27 00:44:59 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-12-27 00:44:59 +0100 |
commit | 0f070a78145091a04034b3db9c558e032ec22a2f (patch) | |
tree | 4326bc857bb96b3114fef4dfea9b34943771ebfa /lout/debug.hh | |
parent | 4b4a884d9e18d785dc3055149a3e17979b1a0529 (diff) |
Minor RTFL fixes.
Diffstat (limited to 'lout/debug.hh')
-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 e0d66a1b..40e27b13 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) \ |