1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-25 06:03:40 +03:00

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; goto fail;
} }
log_info("Processing query..."); log_debug("Processing query...");
return; return;
fail: fail: