resolved: downgrade "processing query..." message to debug (#5233)

It doesn't really add much value in normal operation and just spams the log.
This commit is contained in:
Felipe Sateler 2017-02-05 19:17:50 -03:00 committed by Zbigniew Jędrzejewski-Szmek
parent d2697a95fe
commit 52e634271f

View file

@ -328,7 +328,7 @@ static void dns_stub_process_query(Manager *m, DnsStream *s, DnsPacket *p) {
goto fail;
}
log_info("Processing query...");
log_debug("Processing query...");
return;
fail: