2
0
mirror of https://github.com/boostorg/fiber.git synced 2026-02-20 02:32:19 +00:00

Merge branch 'asio_doc' of github.com:nat-goodspeed/boost-fiber into asio_doc

This commit is contained in:
Nat Goodspeed
2016-04-29 18:00:34 -04:00

View File

@@ -168,7 +168,7 @@ void server( boost::asio::io_service & io_svc, tcp::acceptor & a) {
}
}
} catch ( std::exception const& ex) {
print( tag(), ": catched exception : ", ex.what());
print( tag(), ": caught exception : ", ex.what());
}
io_svc.stop();
print( tag(), ": echo-server stopped");