diff --git a/integrator/bscw.py b/integrator/bscw.py index 600eb4c..c77f582 100644 --- a/integrator/bscw.py +++ b/integrator/bscw.py @@ -96,6 +96,7 @@ class BSCWConnection(object): info = '%s - server: %s, address: %s.' % (excpInfo, self.server, address) logging.getLogger('cybertools.integrator.bscw').warn(info) except Exception, excp: + excpInfo = str(excp) info = '%s - server: %s, address: %s.' % (excpInfo, self.server, address) logging.getLogger('cybertools.integrator.bscw').error(info) item = None