1
0

fix synchronizer hanging when not connected.

This commit is contained in:
ThomasV
2015-03-14 08:43:43 +01:00
parent c3cba78659
commit a4cb70649d
6 changed files with 18 additions and 12 deletions

View File

@@ -43,6 +43,9 @@ class DaemonThread(threading.Thread):
with self.running_lock:
self.running = False
def print_error(self, *msg):
print_error("[%s]"%self.__class__.__name__, *msg)
is_verbose = False