This commit is contained in:
JoelKatz
2012-05-08 03:45:24 -07:00
parent f4ddb29eda
commit f9505e000d

View File

@@ -55,7 +55,7 @@ void Application::stop()
{
mIOService.stop();
std::cerr << "Stopped: " << mIOService.stopped() << std::endl;
std::cerr << "Stopped: " << mIOService.stopped() << std::endl;
}
void Application::run()