Skip to content

Commit

Permalink
it's just info, not an error
Browse files Browse the repository at this point in the history
  • Loading branch information
benswift committed Apr 30, 2020
1 parent d7de977 commit 909d87e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SchemeProcess.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ void* SchemeProcess::serverImpl()
FD_CLR(sock, &readFds);
inStrings.erase(sock);
ascii_info();
printf("ERROR:");
printf("INFO:");
ascii_default();
std::cout << " server: client disconnected" << std::endl;
clientSockets.erase(clientSockets.begin() + index);
Expand Down

0 comments on commit 909d87e

Please sign in to comment.