mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-25 01:19:23 +01:00
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.
This commit is contained in:
parent
ea324a7959
commit
38a7c4a8dc
@ -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'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user