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