proxywatchd: dont delete timestamp when printing halt msg

This commit is contained in:
rofl0r
2019-01-06 16:29:17 +00:00
parent 6c515d9335
commit 14e4b832f2

View File

@@ -140,7 +140,7 @@ class WorkerThread():
class Proxywatchd():
def stop(self):
_log('\rRequesting proxywatchd to halt (%d thread(s))' % len([item for item in self.threads if True]))
_log('Requesting proxywatchd to halt (%d thread(s))' % len([item for item in self.threads if True]))
self.stopping.set()
def _cleanup(self):