]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Added debugging
authorAlex Rousskov <rousskov@measurement-factory.com>
Thu, 3 Apr 2008 23:10:04 +0000 (17:10 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Thu, 3 Apr 2008 23:10:04 +0000 (17:10 -0600)
src/adaptation/Service.cc

index a299bc24c065cbb01c77be62e2c1fa23ba0d1d22..8d3f6ebef014d268b99a0e513e9a9140790ccd81 100644 (file)
@@ -6,7 +6,9 @@
 #include "adaptation/Service.h"
 
 Adaptation::Service::Service(const ServiceConfig &aConfig): theConfig(aConfig)
-{}
+{
+    debugs(93,3, HERE << "creating adaptation service " << theConfig.key);
+}
 
 Adaptation::Service::~Service()
 {}