mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 11:48:03 +00:00
realm.py: adjust logger output
Signed-off-by: Scott Wedge <scott.wedge@candelatech.com>
This commit is contained in:
@@ -735,7 +735,7 @@ class Realm(LFCliBase):
|
||||
if len(stas_without_ip6s) > 0:
|
||||
logger.info('%s did not acquire IPv6 addresses' % stas_without_ip6s.keys())
|
||||
port_info = self.dump_all_port_info()
|
||||
logger.debug(pformat(self.dump_all_port_info()))
|
||||
logger.debug(pformat(port_info))
|
||||
return False
|
||||
else:
|
||||
if debug:
|
||||
|
||||
Reference in New Issue
Block a user