mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 19:28:00 +00:00
lf_cisco_dfs.py: deprecated warn
This commit is contained in:
@@ -1636,9 +1636,9 @@ class L3VariableTime(Realm):
|
||||
logg.info("###########################################")
|
||||
|
||||
if (initial_channel != self.chan_5ghz):
|
||||
logg.warn("##################################################################")
|
||||
logg.warn("# DFS LOCKOUT? COMMAND LINE CHANNEL: {} NOT EQUAL INITIAL CONTROLLER CHANNEL: {}".format(self.chan_5ghz,initial_channel))
|
||||
logg.warn("##################################################################")
|
||||
logg.info("##################################################################")
|
||||
logg.info("# DFS LOCKOUT? COMMAND LINE CHANNEL: {} NOT EQUAL INITIAL CONTROLLER CHANNEL: {}".format(self.chan_5ghz,initial_channel))
|
||||
logg.info("##################################################################")
|
||||
|
||||
time.sleep(30)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user