mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-03 20:27:54 +00:00
station_profile.py removed ERROR for stations list being empty when cleaning
up, it is informational. Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
committed by
shivam
parent
51759446b6
commit
96e85056a6
@@ -369,7 +369,7 @@ class StationProfile:
|
||||
desired_stations = self.station_names
|
||||
|
||||
if len(desired_stations) < 1:
|
||||
print("ERROR: StationProfile cleanup, list is empty")
|
||||
print("INFO: StationProfile cleanup, list is empty")
|
||||
return
|
||||
|
||||
# First, request remove on the list.
|
||||
|
||||
Reference in New Issue
Block a user