X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fnet_socket.c;h=dcdcc0b50b30efe83a4d9142bf447828a2a1edb0;hb=4e9e3ca89dba68cbacaaa15ddfb298b181a969da;hp=82213e91b1ac50852e5fc7cbf8d386bf1f7694d7;hpb=d5b56bbba56480b5565ffb38496175a7c1df60ac;p=tinc diff --git a/src/net_socket.c b/src/net_socket.c index 82213e91..dcdcc0b5 100644 --- a/src/net_socket.c +++ b/src/net_socket.c @@ -123,7 +123,7 @@ int setup_listen_socket(const sockaddr_t *sa) return -1; } #else - logger(LOG_WARNING, _("BindToInterface not supported on this platform")); + logger(LOG_WARNING, _("%s not supported on this platform"), "BindToInterface"); #endif }