Turn -Wformat to -Werror=format, got some wrong habits

This commit is contained in:
thorkill 2016-05-17 23:34:07 +02:00
parent 90c1341626
commit 68beb519b4
4 changed files with 4 additions and 3 deletions

View file

@ -384,7 +384,7 @@ int setup_slpd_in_socket() {
closesocket(nfd);
return -1;
}
logger(DEBUG_STATUS, LOG_INFO, "SLPD multicast group joined on %s ready (%d)", c_iface->value);
logger(DEBUG_STATUS, LOG_INFO, "SLPD multicast group joined on %s ready", c_iface->value);
c_iface = lookup_config_next(config_tree, c_iface);
}