small changes in debug messages

sayer/1.4-spce2.6
Raphael Coeffic 16 years ago
parent 70469dea2d
commit 5d1ba1e5ce

@ -634,6 +634,7 @@ void _resolver::run()
dns_bucket::value_map::iterator tmp_it = it;
bool end_of_bucket = (++it == bucket->elmts.end());
DBG("DNS record expired (%p)",dns_e);
bucket->elmts.erase(tmp_it);
dec_ref(dns_e);

@ -136,9 +136,8 @@ void trans_timer_cb(timer* t, unsigned int bucket_id, sip_trans* tr)
trans_layer::instance()->timer_expired(t,bucket,tr);
}
else {
WARN("Transaction %p does not exist anymore\n",tr);
WARN("Timer type=%c will be deleted without further processing\n",timer_name(t->type));
//wheeltimer::instance()->remove_timer(t);
WARN("Ignoring expired timer (%p): transaction"
" %p does not exist anymore\n",t,tr);
}
bucket->unlock();
}

Loading…
Cancel
Save