aboutsummaryrefslogtreecommitdiffstats
path: root/mpm
diff options
context:
space:
mode:
Diffstat (limited to 'mpm')
-rw-r--r--mpm/python/usrp_mpm/periph_manager/base.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mpm/python/usrp_mpm/periph_manager/base.py b/mpm/python/usrp_mpm/periph_manager/base.py
index 100a8852a..0a3882102 100644
--- a/mpm/python/usrp_mpm/periph_manager/base.py
+++ b/mpm/python/usrp_mpm/periph_manager/base.py
@@ -352,11 +352,11 @@ class PeriphManagerBase(object):
def deinit(self):
"""
- Power down a device after a UHD session.
+ Clean up after a UHD session terminates.
This must be safe to call multiple times. The default behaviour is to
call deinit() on all the daughterboards.
"""
- self.log.info("Mboard deinit() called.")
+ self.log.trace("Mboard deinit() called.")
for dboard in self.dboards:
dboard.deinit()
self.log.trace("Resetting SID pool...")