format 'not supported on this platform' error message
[oweals/tinc.git] / src / net_socket.c
index 82213e91b1ac50852e5fc7cbf8d386bf1f7694d7..dcdcc0b50b30efe83a4d9142bf447828a2a1edb0 100644 (file)
@@ -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
        }