aboutsummaryrefslogtreecommitdiffstats
path: root/mpm
diff options
context:
space:
mode:
Diffstat (limited to 'mpm')
-rw-r--r--mpm/python/usrp_mpm/rpc_server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpm/python/usrp_mpm/rpc_server.py b/mpm/python/usrp_mpm/rpc_server.py
index 03ea05916..95078a2d6 100644
--- a/mpm/python/usrp_mpm/rpc_server.py
+++ b/mpm/python/usrp_mpm/rpc_server.py
@@ -184,7 +184,7 @@ class MPMServer(RPCServer):
return function(*args)
except Exception as ex:
self.log.error(
- "Uncaught exception in method %s :%s \n %s ",
+ "Uncaught exception in method %s: %s \n %s ",
command, str(ex), traceback.format_exc()
)
self._last_error = str(ex)