aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/python
diff options
context:
space:
mode:
Diffstat (limited to 'mpm/python')
-rw-r--r--mpm/python/usrp_mpm/chips/lmk04828.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpm/python/usrp_mpm/chips/lmk04828.py b/mpm/python/usrp_mpm/chips/lmk04828.py
index 91112817b..8cb48fffe 100644
--- a/mpm/python/usrp_mpm/chips/lmk04828.py
+++ b/mpm/python/usrp_mpm/chips/lmk04828.py
@@ -29,7 +29,7 @@ class LMK04828(object):
def __init__(self, regs_iface, postfix=None):
postfix = postfix or ""
- self.log = get_logger("LMK04828{}".format(postfix))
+ self.log = get_logger("LMK04828-{}".format(postfix))
self.regs_iface = regs_iface
assert hasattr(self.regs_iface, 'peek8')
assert hasattr(self.regs_iface, 'poke8')