From be6cb17228e967a9dbd05e70e63145efaa9f6460 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 5 Nov 2010 07:50:40 +0100 Subject: msgb_abort(): better formatting --- include/osmocore/msgb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/osmocore/msgb.h b/include/osmocore/msgb.h index 68f0de6a..5a88ac64 100644 --- a/include/osmocore/msgb.h +++ b/include/osmocore/msgb.h @@ -65,7 +65,7 @@ extern void msgb_reset(struct msgb *m); #include #define MSGB_ABORT(msg, fmt, args ...) do { \ generate_backtrace(); \ - osmo_panic("msgb(%p)" fmt, ## args); \ + osmo_panic("msgb(%p): " fmt, ## args); \ } while(0) #else #define MSGB_ABORT(msg, fmt, args ...) -- cgit v1.2.3