diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/apos/debug.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/apos/debug.h b/include/apos/debug.h index 6d428fe..e7172f5 100644 --- a/include/apos/debug.h +++ b/include/apos/debug.h @@ -357,13 +357,13 @@ void setup_io_dbg(struct vmem *vmem); * Format to append to helper debugging classes. * See \ref bug(), \ref warn(), \ref info() and \ref error(). */ -#define COMMON_FORMAT "[%s] %s:%d\n\t" +#define COMMON_FORMAT "[%s] %s: " /** * Helper for helper classes. * See \ref bug(), \ref warn(), \ref info(), \ref error(). */ -#define COMMON_ARGS(s) s, __FILE__, __LINE__ +#define COMMON_ARGS(s) s, __FILE__ ":" QUOTE( __LINE__) /** @} */ |
