From: bert hubert Date: Tue, 9 Sep 2014 18:29:50 +0000 (+0200) Subject: report how many milliseconds we actually waited so trace-regex output is a bit less... X-Git-Tag: auth-3.4.0-rc2~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=863ca18dd298ad0f2ee377aaf539450bc81e0b0a;p=pdns report how many milliseconds we actually waited so trace-regex output is a bit less confusing --- diff --git a/pdns/syncres.cc b/pdns/syncres.cc index 4dc78b485..a60cd850d 100644 --- a/pdns/syncres.cc +++ b/pdns/syncres.cc @@ -934,7 +934,7 @@ int SyncRes::doResolveAt(set nameservers, string auth, if(resolveret != 1) { if(resolveret==0) { - LOG(prefix<