From: Alex Rousskov Date: Fri, 11 Mar 2011 21:41:33 +0000 (-0700) Subject: Report eCAP service [re]start to cache.log by default. X-Git-Tag: take06~27^2~101 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dd5b8534df89af772bf2b8b4daed48857b47ac68;p=thirdparty%2Fsquid.git Report eCAP service [re]start to cache.log by default. Reporting eCAP services may be important, especially since we have no other interface to detect their presence and since folks will have to deal with rogue services eventually. Also raised eCAP service configuration notice level to 2. --- diff --git a/src/adaptation/ecap/ServiceRep.cc b/src/adaptation/ecap/ServiceRep.cc index 16e7530dcb..b5a79bdb73 100644 --- a/src/adaptation/ecap/ServiceRep.cc +++ b/src/adaptation/ecap/ServiceRep.cc @@ -99,11 +99,11 @@ Adaptation::Ecap::ServiceRep::finalize() Adaptation::Service::finalize(); theService = FindAdapterService(cfg().uri); if (theService) { - debugs(93,3, HERE << "configuring eCAP service: " << theService->uri()); + debugs(93,2, HERE << "configuring eCAP service: " << theService->uri()); const ConfigRep cfgRep(dynamic_cast(cfg())); theService->configure(cfgRep); - debugs(93,3, HERE << "starting eCAP service: " << theService->uri()); + debugs(93,DBG_IMPORTANT, HERE << "starting eCAP service: " << theService->uri()); theService->start(); } else { debugs(93,1, "Warning: configured ecap_service was not loaded: " <<