diff options
author | Alberts Muktupāvels <alberts.muktupavels@gmail.com> | 2016-08-18 02:42:03 +0300 |
---|---|---|
committer | Alberts Muktupāvels <alberts.muktupavels@gmail.com> | 2016-08-18 02:42:03 +0300 |
commit | 91120542516401ee964b672d6165d01350ea778e (patch) | |
tree | a024b87a2fa9254fabe5bc034cff88e78237184c /libmetacity | |
parent | b2106b20993ad67e71a913acffb729445911b007 (diff) | |
download | metacity-91120542516401ee964b672d6165d01350ea778e.tar.gz |
use structured logging
Diffstat (limited to 'libmetacity')
-rw-r--r-- | libmetacity/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmetacity/Makefile.am b/libmetacity/Makefile.am index 785e3e30..c26d310f 100644 --- a/libmetacity/Makefile.am +++ b/libmetacity/Makefile.am @@ -46,6 +46,7 @@ libmetacity_la_SOURCES = \ libmetacity_la_CPPFLAGS = \ -DDATADIR=\"$(datadir)\" \ -DG_LOG_DOMAIN=\"libmetacity\" \ + -DG_LOG_USE_STRUCTURED=1 \ -I$(top_srcdir) \ $(AM_CPPFLAGS) \ $(NULL) |