Skip to content

Commit

Permalink
Update Main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
xorz57 committed Dec 3, 2023
1 parent 4e65150 commit 2f751f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ int main(int argc, char *argv[]) {
});
sockets.emplace(port, std::move(socket));
} catch (const boost::system::system_error &e) {
std::cerr << "Error: Failed resolving " << host << "." << std::endl;
std::cerr << "Error: Failed to resolve host: " << host << "." << std::endl;
return 1;
}
}
Expand Down

0 comments on commit 2f751f9

Please sign in to comment.