diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-12-10 17:01:10 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-12-10 17:01:10 +0000 |
commit | 80514f9c9bb86dbba761e4b026e5d62156ea112c (patch) | |
tree | 2dd06a646831d5da062f73543e5ac3909ac5fd97 /src/libsystemd-id128 | |
parent | 6e8df5f00a3874decf1e5542da3d65b25f6da1dc (diff) |
macro: log assertion at debug level in assert_return()
Diffstat (limited to 'src/libsystemd-id128')
-rw-r--r-- | src/libsystemd-id128/sd-id128.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libsystemd-id128/sd-id128.c b/src/libsystemd-id128/sd-id128.c index 3fbad71a52..07d241534e 100644 --- a/src/libsystemd-id128/sd-id128.c +++ b/src/libsystemd-id128/sd-id128.c @@ -23,10 +23,9 @@ #include <fcntl.h> #include <unistd.h> -#include "sd-id128.h" - #include "util.h" #include "macro.h" +#include "sd-id128.h" _public_ char *sd_id128_to_string(sd_id128_t id, char s[33]) { unsigned n; |