From: Automatic source maintenance Date: Thu, 22 Sep 2011 00:15:50 +0000 (-0600) Subject: SourceFormat Enforcement X-Git-Tag: BumpSslServerFirst.take01~141 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3077b2d4e229f671aae681dd079f3d7b13c3cf6d;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/ipc/Coordinator.cc b/src/ipc/Coordinator.cc index 7bc106ffce..cffbba9b8d 100644 --- a/src/ipc/Coordinator.cc +++ b/src/ipc/Coordinator.cc @@ -168,8 +168,7 @@ Ipc::Coordinator::handleCacheMgrRequest(const Mgr::Request& request) Mgr::Action::Pointer action = CacheManager::GetInstance()->createRequestedAction(request.params); AsyncJob::Start(new Mgr::Inquirer(action, request, strands_)); - } - catch (const std::exception &ex) { + } catch (const std::exception &ex) { debugs(54, DBG_IMPORTANT, "BUG: cannot aggregate mgr:" << request.params.actionName << ": " << ex.what()); // TODO: Avoid half-baked Connections or teach them how to close.