mirror of
https://github.com/JsBergbau/BindToInterface.git
synced 2025-09-08 03:27:30 -04:00
Add missing %s in debug message (#10)
This commit is contained in:
parent
b455a031b5
commit
785b646713
@ -67,7 +67,7 @@ int connect(int sockfd, const struct sockaddr *addr, socklen_t addrlen)
|
||||
{
|
||||
IPExcluded = true;
|
||||
#ifdef DEBUG
|
||||
printf("IP %s excluded by IP-List, not binding to interface \n", dest, getenv("BIND_INTERFACE"));
|
||||
printf("IP %s excluded by IP-List, not binding to interface %s\n", dest, getenv("BIND_INTERFACE"));
|
||||
#endif
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user