Show More
@@ -570,7 +570,6 b' class unixforkingservice(object):' | |||
|
570 | 570 | |
|
571 | 571 | def _acceptnewconnection(self, sock, selector): |
|
572 | 572 | h = self._servicehandler |
|
573 | if True: | |
|
574 | 573 |
|
|
575 | 574 |
|
|
576 | 575 |
|
@@ -581,8 +580,8 b' class unixforkingservice(object):' | |||
|
581 | 580 |
|
|
582 | 581 |
|
|
583 | 582 |
|
|
584 |
|
|
|
585 |
|
|
|
583 | self.ui.log(b'cmdserver', b'forked worker process (pid=%d)\n', | |
|
584 | pid) | |
|
586 | 585 |
|
|
587 | 586 |
|
|
588 | 587 |
|
General Comments 0
You need to be logged in to leave comments.
Login now