mirror of
https://github.com/JsBergbau/BindToInterface.git
synced 2025-09-12 13:35:44 -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;
|
IPExcluded = true;
|
||||||
#ifdef DEBUG
|
#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
|
#endif
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user