diff options
| author | Franklin Wei <frankhwei536@gmail.com> | 2014-07-14 16:47:10 -0400 |
|---|---|---|
| committer | Franklin Wei <frankhwei536@gmail.com> | 2014-07-14 16:47:10 -0400 |
| commit | 06e815f51fcd38653a10f391325277d3db178a4b (patch) | |
| tree | c9e7aed95bfff90a5be843796c2263b6cccc16c0 /server.c | |
| parent | 573db59c564e28da0f21c4e9f43b5aaa86fb337e (diff) | |
| parent | 242a6e2d8edd375da6b02d7e2ece1b41d0f8de54 (diff) | |
| download | wargames-server-06e815f51fcd38653a10f391325277d3db178a4b.zip wargames-server-06e815f51fcd38653a10f391325277d3db178a4b.tar.gz wargames-server-06e815f51fcd38653a10f391325277d3db178a4b.tar.bz2 wargames-server-06e815f51fcd38653a10f391325277d3db178a4b.tar.xz | |
Merge
Diffstat (limited to 'server.c')
| -rw-r--r-- | server.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* +x/* * WarGames - a WOPR emulator written in C * Copyright (C) 2014 Franklin Wei * @@ -128,7 +128,7 @@ int main(int argc, char* argv[]) printf("error accepting connection.\n"); return 1; } - printf("new connection.\n"); + printf("new connection from \n"); FD_SET(new, &active_fd_set); int ret=pipe(pipes[new]); if(ret<0) |