##// END OF EJS Templates
logging: don't stop logging on "waiting for background thread to finish" This is misleading as we're waiting for something and didn't finalize.
marcink -
r2263:f78c4999 stable
parent child Browse files
Show More
@@ -160,6 +160,7 b' class HttpHooksCallbackDaemon(ThreadedHo'
160 self._callback_thread.join()
160 self._callback_thread.join()
161 self._daemon = None
161 self._daemon = None
162 self._callback_thread = None
162 self._callback_thread = None
163 log.debug("Background thread done.")
163
164
164
165
165 def prepare_callback_daemon(extras, protocol, use_direct_calls):
166 def prepare_callback_daemon(extras, protocol, use_direct_calls):
General Comments 0
You need to be logged in to leave comments. Login now