From 2801dc0f4e3cf7dd3e9a4bc60a7a44f391a6a4a1 Mon Sep 17 00:00:00 2001 From: Mark Meserve Date: Wed, 24 Oct 2018 14:21:15 -0500 Subject: n3xx: output exception string on boot init failure --- mpm/python/usrp_mpm/periph_manager/n3xx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mpm/python/usrp_mpm/periph_manager') 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 " -- cgit v1.2.3