1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 21:47:46 +00:00

Services: Fix typos

This commit is contained in:
Brendan Coles 2020-12-27 23:53:03 +00:00 committed by Andreas Kling
parent 45d1c08386
commit df6106854e
2 changed files with 2 additions and 2 deletions

View file

@ -58,7 +58,7 @@ int main(int, char**)
server->on_ready_to_accept = [&] {
auto client_socket = server->accept();
if (!client_socket) {
dbg() << "ProtocolServer: accept failed.";
dbg() << "Clipboard: accept failed.";
return;
}
static int s_next_client_id = 0;