X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnet_socket.c;h=dcdcc0b50b30efe83a4d9142bf447828a2a1edb0;hp=82213e91b1ac50852e5fc7cbf8d386bf1f7694d7;hb=ca5b67111e4d797d15623c2163f67fe489dc3bf2;hpb=d5b56bbba56480b5565ffb38496175a7c1df60ac 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 }