From 40e766a7a872201efbae9879659bc65063f6b5a7 Mon Sep 17 00:00:00 2001 From: Jed Reynolds Date: Mon, 15 Feb 2021 16:47:40 -0800 Subject: [PATCH] uses the logg() method --- py-json/realm.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/py-json/realm.py b/py-json/realm.py index 1c2ecfa6..550f3038 100755 --- a/py-json/realm.py +++ b/py-json/realm.py @@ -546,6 +546,9 @@ class Realm(LFCliBase): return matched_map def name_to_eid(self, eid): + self.logg(level="debug", mesg="name_to_eid: "+str(eid)) + if (type(eid) is list) or (type(eid) is tuple): + return eid return LFUtils.name_to_eid(eid) def wait_for_ip(self, station_list=None, ipv4=True, ipv6=False, timeout_sec=60, debug=False): @@ -888,6 +891,8 @@ class BaseProfile: def wait_until_cxs_appear(self, these_cx, debug=False): return self.parent_realm.wait_until_cxs_appear(these_cx, debug=False) + def logg(self, message=None): + self.parent_realm.logg(message) class MULTICASTProfile(LFCliBase): def __init__(self, lfclient_host, lfclient_port, local_realm,