From 38a7c4a8dc0cc74915e72d3ca7acda8b9e4d6173 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 20 Apr 2021 10:48:50 -0500 Subject: [PATCH] test-runner: Don't bother enabling IWD_GENL_DEBUG IWD_GENL_DEBUG is not generally useful anymore as it just prints a hexdump of the raw data on the socket. The messages are quite verbose and spam test-runner logs for little utility. --- tools/test-runner | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/test-runner b/tools/test-runner index a0c4022e..fce3eed4 100755 --- a/tools/test-runner +++ b/tools/test-runner @@ -693,9 +693,6 @@ class Namespace: if self.is_verbose('iwd-tls'): env['IWD_TLS_DEBUG'] = '1' - if self.is_verbose('iwd-genl'): - env['IWD_GENL_DEBUG'] = '1' - if self.is_verbose('iwd-acd'): env['IWD_ACD_DEBUG'] = '1'