From f9505e000d4daad2326f17de263d84996821ac60 Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Tue, 8 May 2012 03:45:24 -0700 Subject: [PATCH] Cleanup. --- src/Application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Application.cpp b/src/Application.cpp index 9fae4ab2e..e4a15b271 100644 --- a/src/Application.cpp +++ b/src/Application.cpp @@ -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()