mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
realm.py: small debug message
This commit is contained in:
@@ -91,7 +91,7 @@ class Realm(LFCliBase):
|
||||
url = "/port/1/%s/list?fields=%s" % (resource, _fields)
|
||||
response = self.json_get(url)
|
||||
if debug_:
|
||||
print("###### find_ports_like r:%s, u:%s #################" % (resource, url))
|
||||
print("# find_ports_like r:%s, u:%s #" % (resource, url))
|
||||
pprint(response)
|
||||
alias_map = LFUtils.portListToAliasMap(response, debug_=debug_)
|
||||
if debug_:
|
||||
|
||||
Reference in New Issue
Block a user