Skip to content

Commit

Permalink
uff
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavsingh committed Nov 9, 2021
1 parent 6fb669a commit d5aa4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/core/acceptor/acceptor.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def _work(self, conn: socket.socket, addr: Optional[Tuple[str, int]]) -> None:
publisher_id=self.__class__.__name__,
)
logger.debug(
'Started work#{0}.{1} in thread#{1}'.format(
'Started work#{0}.{1} in thread#{2}'.format(
self.idd, self._total, thread.ident,
),
)
Expand Down

0 comments on commit d5aa4ce

Please sign in to comment.