Module: sems Branch: master Commit: 7d744086950b4b5514f9f1c15823cce9cd18a4c4 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=7d744086950b4b5514f9f1c15823cce9cd18a4c4
Author: Raphael Coeffic <[email protected]> Committer: Raphael Coeffic <[email protected]> Date: Wed Jun 29 12:30:42 2011 +0200 remove DNS resolver periodic message. --- core/sip/resolver.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/core/sip/resolver.cpp b/core/sip/resolver.cpp index 520b0a2..0527c12 100644 --- a/core/sip/resolver.cpp +++ b/core/sip/resolver.cpp @@ -649,7 +649,7 @@ void _resolver::run() timeval tv_now; gettimeofday(&tv_now,NULL); - DBG("starting DNS cache garbage collection"); + //DBG("starting DNS cache garbage collection"); for(unsigned long i=0; i<cache.get_size(); i++){ dns_bucket* bucket = cache.get_bucket(i); _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
