From: Amos Jeffries Date: Tue, 22 Mar 2011 06:24:14 +0000 (+1300) Subject: Further eCAP startup message polish X-Git-Tag: take06~27^2~78 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1159e19bf393ab0f85f9fa3ab34be61d3cc39dee;p=thirdparty%2Fsquid.git Further eCAP startup message polish --- diff --git a/src/adaptation/ecap/ServiceRep.cc b/src/adaptation/ecap/ServiceRep.cc index b5a79bdb73..1449c41373 100644 --- a/src/adaptation/ecap/ServiceRep.cc +++ b/src/adaptation/ecap/ServiceRep.cc @@ -103,11 +103,10 @@ Adaptation::Ecap::ServiceRep::finalize() const ConfigRep cfgRep(dynamic_cast(cfg())); theService->configure(cfgRep); - debugs(93,DBG_IMPORTANT, HERE << "starting eCAP service: " << theService->uri()); + debugs(93,DBG_IMPORTANT, "Starting eCAP service: " << theService->uri()); theService->start(); } else { - debugs(93,1, "Warning: configured ecap_service was not loaded: " << - cfg().uri); + debugs(93,DBG_IMPORTANT, "WARNING: configured ecap_service was not loaded: " << cfg().uri); } }