Turn -Wformat to -Werror=format, got some wrong habits
This commit is contained in:
parent
90c1341626
commit
68beb519b4
4 changed files with 4 additions and 3 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue