format 'not supported on this platform' error message
[tinc] / src / net_socket.c
index 82213e9..dcdcc0b 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
        }