Fix format string defect in log message (#63)

This commit is contained in:
Christian Göttsche 2021-04-18 14:55:32 +02:00 committed by Christopher Wellons
parent a5913cbbb2
commit 1ecaafd577

View File

@ -504,7 +504,7 @@ static void
config_log(const struct config *c)
{
logmsg(log_info, "Port %d", c->port);
logmsg(log_info, "Delay %ld", c->delay);
logmsg(log_info, "Delay %d", c->delay);
logmsg(log_info, "MaxLineLength %d", c->max_line_length);
logmsg(log_info, "MaxClients %d", c->max_clients);
logmsg(log_info, "BindFamily %s",