mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 13:02:44 +01:00
auto-t: enable debug output for iwd
This enables debug output for iwd when started from python
This commit is contained in:
parent
6c2ecc6ca5
commit
d402b6034a
@ -667,6 +667,7 @@ class IWD(AsyncOpAbstract):
|
||||
args.append(iwd_config_dir)
|
||||
args.append('-p')
|
||||
args.append(whitelist)
|
||||
args.append('-d')
|
||||
|
||||
import subprocess
|
||||
iwd_proc = subprocess.Popen(args)
|
||||
|
Loading…
Reference in New Issue
Block a user