Skip to content

Commit

Permalink
name the thread
Browse files Browse the repository at this point in the history
  • Loading branch information
peuter committed Apr 9, 2018
1 parent ed269e8 commit 915cf3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/syncrepl/src/gosa/plugins/syncrepl/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class SyncReplThread(threading.Thread):

def __init__(self, client):
self.__client = client
super(SyncReplThread, self).__init__(target=client.run)
super(SyncReplThread, self).__init__(target=client.run, name='syncrepl')

def run(self):
try:
Expand Down

0 comments on commit 915cf3f

Please sign in to comment.