mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-08 02:16:17 +01:00
gmessages: Suppress journald code locations
This only leads to the location of our sd_journal_sendv call being embedded into every log message coming from the old API.
This commit is contained in:
parent
fce7cfaf40
commit
75084c990f
@ -122,6 +122,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_LIBSYSTEMD
|
||||
#define SD_JOURNAL_SUPPRESS_LOCATION 1
|
||||
#include <sys/uio.h>
|
||||
#include <systemd/sd-journal.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user