Commit ebedcbae authored by Simon Kelley's avatar Simon Kelley

Typo in printf format string added in 22dee512

parent 0954a977
......@@ -854,7 +854,7 @@ void reply_query(int fd, int family, time_t now)
{
server->edns_pktsz = SAFE_PKTSZ;
prettyprint_addr(&server->addr, daemon->addrbuff);
my_syslog(LOG_WARNING, _("reducing DNS packet size for nameserver %s to %n"), daemon->addrbuff, SAFE_PKTSZ);
my_syslog(LOG_WARNING, _("reducing DNS packet size for nameserver %s to %d"), daemon->addrbuff, SAFE_PKTSZ);
}
/* If the answer is an error, keep the forward record in place in case
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment