1
0

solve deadlock during restore

This commit is contained in:
ThomasV
2012-11-04 20:53:27 +01:00
parent 5bb441ce37
commit 39a85767a3
4 changed files with 28 additions and 24 deletions

View File

@@ -75,7 +75,7 @@ class Interface(threading.Thread):
def queue_json_response(self, c):
# uncomment to debug
# print_error( "<--",c )
print_error( "<--",c )
msg_id = c.get('id')
error = c.get('error')