mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-23 23:16:39 +01:00
minor message fix
This commit is contained in:
parent
674bbf3806
commit
48641c6713
@ -88,7 +88,7 @@ int main(int argc, char** argv)
|
|||||||
srv.start();
|
srv.start();
|
||||||
|
|
||||||
std::cout << "TCP server listening on port " << port << '.'
|
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();
|
terminator.wait();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user