From 96f209a56176d5c2fcda47e9a8f149862274f4e2 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Wed, 15 Nov 2017 22:13:30 -0800 Subject: mpm: mg: Add lowband LO lock and AD9371 lock sensors Note: The AD9371 lock sensors are only stubbed out for now. --- mpm/python/usrp_mpm/dboard_manager/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mpm/python/usrp_mpm/dboard_manager/base.py') 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): """ -- cgit v1.2.3