##// END OF EJS Templates
serve: make sure to print "listening at" message immediately...
Yuya Nishihara -
r21817:6b0275e5 default
parent child Browse files
Show More
@@ -5322,6 +5322,7 b' class httpservice(object):'
5322 5322 write = self.ui.write
5323 5323 write(_('listening at http://%s%s/%s (bound to %s:%d)\n') %
5324 5324 (fqaddr, port, prefix, bindaddr, self.httpd.port))
5325 self.ui.flush() # avoid buffering of status message
5325 5326
5326 5327 def run(self):
5327 5328 self.httpd.serve_forever()
General Comments 0
You need to be logged in to leave comments. Login now