From: Yu Watanabe Date: Fri, 21 Sep 2018 08:10:34 +0000 (+0900) Subject: test-udev: use LOG_REALM_UDEV X-Git-Tag: v240~701 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=feae122f3e02471dc3a24097c1395369ab40dfab;p=platform%2Fupstream%2Fsystemd.git test-udev: use LOG_REALM_UDEV Otherwise, even if SYSTEMD_LOG_LEVEL=debug is specified, the test does not show most debug messages. --- diff --git a/src/test/meson.build b/src/test/meson.build index 86d7b16..21a8c3b 100644 --- a/src/test/meson.build +++ b/src/test/meson.build @@ -630,7 +630,7 @@ tests += [ libblkid, libkmod, libacl], - '', 'manual'], + '', 'manual', '-DLOG_REALM=LOG_REALM_UDEV'], [['src/test/test-id128.c'], [],