summaryrefslogtreecommitdiff
path: root/rpc/rpc.py
diff options
context:
space:
mode:
Diffstat (limited to 'rpc/rpc.py')
-rw-r--r--rpc/rpc.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/rpc/rpc.py b/rpc/rpc.py
index 26a7ed4..4df4a5b 100644
--- a/rpc/rpc.py
+++ b/rpc/rpc.py
@@ -105,7 +105,8 @@ class CortexRPC(object):
try:
self.relay.send_frame(fn, meta, frame)
except Exception as e:
- print('Caught exception...? Wha')
+ print('Caught exception...? Wha >>>>>>>>>>>>>>>>>>>')
+ print(e)
return self.connected()
else:
print('Can\'t send frame, relay not ready...')