From 706911fba8d071449848f02516eef117277ff48b Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 16 Oct 2012 16:26:41 +0200 Subject: journal: don't export MESSAGE_ID() macro If it is exported it would need to be prefixed, but since we need it exclusively internally so far, simply move it to an internal header. --- src/shared/log.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/shared') 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) -- cgit v1.2.3-54-g00ecf