From a80dc0789432a123315baad32622dd9a6eb85c16 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Sat, 17 Jul 2010 20:15:08 +1200 Subject: [PATCH] Make AsyncJob emit both constructed and destructed messages --- src/base/AsyncJob.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/base/AsyncJob.cc b/src/base/AsyncJob.cc index 11efc212ad..25f3b9099e 100644 --- a/src/base/AsyncJob.cc +++ b/src/base/AsyncJob.cc @@ -27,6 +27,8 @@ AsyncJob::AsyncJob(const char *aTypeName): typeName(aTypeName), inCall(NULL), id AsyncJob::~AsyncJob() { + debugs(93,3, "AsyncJob of type " << typeName << " destructed, this=" << this << + " [async" << id << ']'); } void AsyncJob::noteStart() -- 2.47.2