aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/python/usrp_mpm/dboard_manager
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2017-05-10 18:04:31 -0700
committerMartin Braun <martin.braun@ettus.com>2017-12-22 15:03:53 -0800
commit13cd22e86763f4bfd9419a573ae96b4748b6781b (patch)
tree042bf68d09603e6488b9a827572c7a28bdd404d1 /mpm/python/usrp_mpm/dboard_manager
parent4efea95324b66477f877d65c2d9c6ce188850174 (diff)
downloaduhd-13cd22e86763f4bfd9419a573ae96b4748b6781b.tar.gz
uhd-13cd22e86763f4bfd9419a573ae96b4748b6781b.tar.bz2
uhd-13cd22e86763f4bfd9419a573ae96b4748b6781b.zip
mpm: Added command line args to usrp_hwd.py
Diffstat (limited to 'mpm/python/usrp_mpm/dboard_manager')
-rw-r--r--mpm/python/usrp_mpm/dboard_manager/eiscat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpm/python/usrp_mpm/dboard_manager/eiscat.py b/mpm/python/usrp_mpm/dboard_manager/eiscat.py
index 330e6a605..0ba6ce115 100644
--- a/mpm/python/usrp_mpm/dboard_manager/eiscat.py
+++ b/mpm/python/usrp_mpm/dboard_manager/eiscat.py
@@ -353,7 +353,7 @@ class EISCAT(DboardManagerBase):
def __init__(self, slot_idx, **kwargs):
super(EISCAT, self).__init__(slot_idx, **kwargs)
- self.log = get_logger("EISCAT")
+ self.log = get_logger("EISCAT-{}".format(slot_idx))
self.log.trace("Initializing EISCAT daughterboard, slot index {}".format(self.slot_idx))
self.initialized = False
self.ref_clock_freq = 10e6