minor message fix

This commit is contained in:
Aleksandar Fabijanic 2018-06-13 18:26:01 -05:00 committed by GitHub
parent 674bbf3806
commit 48641c6713
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,7 +88,7 @@ int main(int argc, char** argv)
srv.start();
std::cout << "TCP server listening on port " << port << '.'
<< std::endl << "Press Ctrl-C quit." << std::endl;
<< std::endl << "Press Ctrl-C to quit." << std::endl;
terminator.wait();
}