diff options
Diffstat (limited to 'src/shared')
-rw-r--r-- | src/shared/log.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/log.h b/src/shared/log.h index c242cc219f..1bd9dbf27a 100644 --- a/src/shared/log.h +++ b/src/shared/log.h @@ -135,3 +135,5 @@ bool log_on_console(void); const char *log_target_to_string(LogTarget target); LogTarget log_target_from_string(const char *s); + +#define MESSAGE_ID(x) "MESSAGE_ID=" SD_ID128_FORMAT_STR, SD_ID128_FORMAT_VAL(x) |