proxywatchd: dont delete timestamp when printing halt msg
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user