layout adjustment

This commit is contained in:
Bernardo Damele 2012-12-19 11:39:38 +00:00
parent dee56b17c3
commit f5450e9f0e

View File

@ -88,7 +88,6 @@ def exceptionHandledFunction(threadFunction):
raise
except Exception, errMsg:
# thread is just going to be silently killed
print
logger.error("thread %s: %s" % (threading.currentThread().getName(), errMsg))
def setDaemon(thread):