diff options
author | Martin Braun <martin.braun@ettus.com> | 2017-11-15 22:13:30 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2017-12-22 15:05:06 -0800 |
commit | 96f209a56176d5c2fcda47e9a8f149862274f4e2 (patch) | |
tree | d3b79d1786db6deb3ff607d8d8d6f7917cc62ac8 /mpm/python/usrp_mpm/dboard_manager/base.py | |
parent | b12b9465ed13bf2eb7c0fe379c22dcb3b86c4054 (diff) | |
download | uhd-96f209a56176d5c2fcda47e9a8f149862274f4e2.tar.gz uhd-96f209a56176d5c2fcda47e9a8f149862274f4e2.tar.bz2 uhd-96f209a56176d5c2fcda47e9a8f149862274f4e2.zip |
mpm: mg: Add lowband LO lock and AD9371 lock sensors
Note: The AD9371 lock sensors are only stubbed out for now.
Diffstat (limited to 'mpm/python/usrp_mpm/dboard_manager/base.py')
-rw-r--r-- | mpm/python/usrp_mpm/dboard_manager/base.py | 2 |
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): """ |