Skip to content

Commit

Permalink
Renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Jan 27, 2025
1 parent f558ae1 commit c5235ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/s2p/s2p_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ string S2pServer::Init(int port)

if (listen(server_socket, 2) == -1) {
Stop();
return "Can't listen to service socket: " + string(strerror(errno));
return "Can't listen to server socket: " + string(strerror(errno));
}

return "";
Expand Down

0 comments on commit c5235ba

Please sign in to comment.