mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-03 04:07:52 +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:
|
if len(stas_without_ip6s) > 0:
|
||||||
logger.info('%s did not acquire IPv6 addresses' % stas_without_ip6s.keys())
|
logger.info('%s did not acquire IPv6 addresses' % stas_without_ip6s.keys())
|
||||||
port_info = self.dump_all_port_info()
|
port_info = self.dump_all_port_info()
|
||||||
logger.debug(pformat(self.dump_all_port_info()))
|
logger.debug(pformat(port_info))
|
||||||
return False
|
return False
|
||||||
else:
|
else:
|
||||||
if debug:
|
if debug:
|
||||||
|
|||||||
Reference in New Issue
Block a user