Skip to content

Commit

Permalink
Minor correction
Browse files Browse the repository at this point in the history
  • Loading branch information
sergzach committed May 12, 2019
1 parent ccf14c6 commit b9f5acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/carserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def main():
args.poll_timeout)
_log(_MSG_STARTED.format(host=_HOST, port=_PORT))
for msg in tcp_server.serve():
print(msg)
_log(msg)


if __name__ == '__main__':
Expand Down

0 comments on commit b9f5acb

Please sign in to comment.