mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
test-runner: don't always print failure to remove ctrl interface
This can happen, particularly with SAQuery when hostapd is forcefully killed. Better to only print when running in debug mode.
This commit is contained in:
parent
c03afda96f
commit
790bb44785
@ -541,7 +541,7 @@ class Hostapd:
|
||||
try:
|
||||
os.remove(self.global_ctrl_iface)
|
||||
except:
|
||||
dbg("Failed to remove %s" % self.global_ctrl_iface)
|
||||
print("Failed to remove %s" % self.global_ctrl_iface)
|
||||
|
||||
self.instances = None
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user