Skip to content

Commit

Permalink
new value
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jul 8, 2016
1 parent 1eb906c commit 9e51fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/netius/base/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def ensure_loop(self, env = True):

# prints a debug message about the new thread to be created for
# the client infra-structure (required for execution)
self.debug("Starting new thread for '%s' ...", self.name)
self.debug("Starting new thread for '%s' ..." % self.name)

# in case the thread flag is set a new thread must be constructed
# for the running of the client's main loop then, these thread
Expand Down

0 comments on commit 9e51fdd

Please sign in to comment.