aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/python/usrp_mpm/dboard_manager/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'mpm/python/usrp_mpm/dboard_manager/base.py')
-rw-r--r--mpm/python/usrp_mpm/dboard_manager/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpm/python/usrp_mpm/dboard_manager/base.py b/mpm/python/usrp_mpm/dboard_manager/base.py
index 2b42e47c5..bbba27613 100644
--- a/mpm/python/usrp_mpm/dboard_manager/base.py
+++ b/mpm/python/usrp_mpm/dboard_manager/base.py
@@ -116,7 +116,7 @@ class DboardManagerBase(object):
Power down the dboard. Does not have be implemented. If it does, it
needs to be safe to call multiple times.
"""
- self.log.info("deinit() called, but not implemented.")
+ self.log.debug("deinit() called, but not implemented.")
def get_serial(self):
"""