[dm-devel] [PATCH 10/30] multipath-tools tests: omit timestamp in log messages

Martin Wilck mwilck at suse.com
Fri Jun 7 13:05:32 UTC 2019


Signed-off-by: Martin Wilck <mwilck at suse.com>
---
 tests/globals.c | 2 +-
 tests/hwtable.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/globals.c b/tests/globals.c
index 07d970ea..aeb7723f 100644
--- a/tests/globals.c
+++ b/tests/globals.c
@@ -3,7 +3,7 @@
 
 /* Required globals */
 struct udev *udev;
-int logsink = 0;
+int logsink = -1;
 struct config conf = {
 	.uid_attrs = "sd:ID_BOGUS",
 	.verbosity = 4,
diff --git a/tests/hwtable.c b/tests/hwtable.c
index ad863b08..13da1d99 100644
--- a/tests/hwtable.c
+++ b/tests/hwtable.c
@@ -54,7 +54,7 @@ struct hwt_state {
 
 static struct config *_conf;
 struct udev *udev;
-int logsink;
+int logsink = -1;
 
 struct config *get_multipath_config(void)
 {
-- 
2.21.0




More information about the dm-devel mailing list