SListen(cs->tcpFD, cs->tcpListenQueueSize);
if (cs->tlsFrontend != nullptr) {
- warnlog("Listening on %s for TLS", cs->local.toStringWithPort());
+ infolog("Listening on %s for TLS", cs->local.toStringWithPort());
}
else if (cs->dohFrontend != nullptr) {
- warnlog("Listening on %s for DoH", cs->local.toStringWithPort());
+ infolog("Listening on %s for DoH", cs->local.toStringWithPort());
}
else if (cs->dnscryptCtx != nullptr) {
- warnlog("Listening on %s for DNSCrypt", cs->local.toStringWithPort());
+ infolog("Listening on %s for DNSCrypt", cs->local.toStringWithPort());
}
else {
- warnlog("Listening on %s", cs->local.toStringWithPort());
+ infolog("Listening on %s", cs->local.toStringWithPort());
}
}
}
}
- warnlog("dnsdist %s comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it according to the terms of the GPL version 2", VERSION);
+ infolog("dnsdist %s comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it according to the terms of the GPL version 2", VERSION);
vector<string> vec;
std::string acls;