Commit e0671bc5 authored by Łukasz Nowak's avatar Łukasz Nowak

- inform about address and port of server

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25719 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 34f6c0b8
......@@ -497,7 +497,7 @@ def main(address, port):
server = PoliteThreadingTCPServer((address, port), TIDServer)
try:
try:
log('Server listening.')
log('Server listening on %s:%s.'% server.server_address)
server.serve_forever()
except KeyboardInterrupt:
log('Shuting down (received KeyboardInterrupt).')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment