realm.py: adjust logger output

Signed-off-by: Scott Wedge <scott.wedge@candelatech.com>
This commit is contained in:
Scott Wedge
2022-06-29 16:42:12 -05:00
committed by shivam
parent e20ac33709
commit 2767776997

View File

@@ -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: