From: Wouter Wijngaards Date: Mon, 5 Jan 2015 14:48:10 +0000 (+0000) Subject: remove debug print X-Git-Tag: release-1.5.2rc1~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ff24984a42e980b4d6736f70cdb9d188fa6be82;p=thirdparty%2Funbound.git remove debug print git-svn-id: file:///svn/unbound/trunk@3302 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/daemon/remote.c b/daemon/remote.c index 2e0beaf72..ff3d769d4 100644 --- a/daemon/remote.c +++ b/daemon/remote.c @@ -1920,7 +1920,6 @@ do_dump_requestlist(SSL* ssl, struct worker* worker) char buf[257]; char timebuf[32]; char statbuf[10240]; - log_info("do_dump_requestlist"); if(!ssl_printf(ssl, "thread #%d\n", worker->thread_num)) return; if(!ssl_printf(ssl, "# type cl name seconds module status\n"))