Changeset 989 for vendor/current/lib/util/debug.c
- Timestamp:
- Nov 25, 2016, 8:04:54 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/lib/util/debug.c
r988 r989 103 103 }; 104 104 105 #if defined(WITH_SYSLOG) || defined(HAVE_LIBSYSTEMD_JOURNAL) 105 #if defined(WITH_SYSLOG) || defined(HAVE_LIBSYSTEMD_JOURNAL) || defined(HAVE_LIBSYSTEMD) 106 106 static int debug_level_to_priority(int level) 107 107 { … … 180 180 #endif /* WITH_SYSLOG */ 181 181 182 #if def HAVE_LIBSYSTEMD_JOURNAL182 #if defined(HAVE_LIBSYSTEMD_JOURNAL) || defined(HAVE_LIBSYSTEMD) 183 183 #include <systemd/sd-journal.h> 184 184 static void debug_systemd_log(int msg_level, … … 252 252 #endif 253 253 254 #if def HAVE_LIBSYSTEMD_JOURNAL254 #if defined(HAVE_LIBSYSTEMD_JOURNAL) || defined(HAVE_LIBSYSTEMD) 255 255 { 256 256 .name = "systemd",
Note:
See TracChangeset
for help on using the changeset viewer.