Skip to content

Commit

Permalink
Add a cry right when the conn thread is started.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Aug 22, 2013
1 parent 384c415 commit 55b5478
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/manhole.py
Expand Up @@ -126,6 +126,7 @@ def __init__(self, client, sigmask):
self.sigmask = sigmask

def run(self):
cry('Started ManholeConnection thread. Checking credentials ...')
if signalfd and self.sigmask:
signalfd.sigprocmask(signalfd.SIG_BLOCK, self.sigmask)
pthread_setname_np(self.ident, "Manhole ----")
Expand Down

0 comments on commit 55b5478

Please sign in to comment.