diff options
-rw-r--r-- | mpm/python/usrp_mpm/periph_manager/n3xx.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpm/python/usrp_mpm/periph_manager/n3xx.py b/mpm/python/usrp_mpm/periph_manager/n3xx.py index 8e396411d..33966a9cb 100644 --- a/mpm/python/usrp_mpm/periph_manager/n3xx.py +++ b/mpm/python/usrp_mpm/periph_manager/n3xx.py @@ -217,7 +217,7 @@ class n3xx(ZynqComponents, PeriphManagerBase): if not args.get('skip_boot_init', False): self.init(args) except Exception as ex: - self.log.warning("Failed to init device on boot!") + self.log.warning("Failed to initialize device on boot: %s", str(ex)) def _check_fpga_compat(self): " Throw an exception if the compat numbers don't match up " |