X-Git-Url: https://git.llucax.com/software/pymin.git/blobdiff_plain/28063e4b7779eff7ac0fa5c9939545d2091ef24c..5b7bdbf7f0793cd5d71a7e1bcdf5f1ae2402e138:/pymindaemon.py diff --git a/pymindaemon.py b/pymindaemon.py index b7e56e4..ec15356 100644 --- a/pymindaemon.py +++ b/pymindaemon.py @@ -70,7 +70,7 @@ class PyminDaemon(eventloop.EventLoop): response = u'ERROR ' except Exception, e: import traceback - result = u'Internal server error' + result = u'Internal server error\n' traceback.print_exc() # TODO logging! response = u'ERROR ' if result is None: