Continue II: Fix for PONSIM exit issue with execption

Change-Id: Ib0544a559f60b5b03c767926c9c7c69016faeb7c
diff --git a/ponsim/realio.py b/ponsim/realio.py
index 77fa770..4691d9c 100644
--- a/ponsim/realio.py
+++ b/ponsim/realio.py
@@ -51,7 +51,7 @@
             yield self.frame_io.stop()
             log.info('stopped')
         except Exception, e:
-            pass
+            log.exception('exception', e=e)
 
     def register_ponsim(self, ponsim):
         self.ponsim = ponsim