diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/osmocore/msgb.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <osmocore/gsm_utils.h> #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 ...) |