Revert "accommodate gcc vs. msvc handling of empty __VA_ARGS__"

This reverts commit f7dd311daa.
This commit is contained in:
Michael Davidsaver
2022-01-31 08:15:08 -08:00
parent f7dd311daa
commit 964da05ef2
3 changed files with 8 additions and 37 deletions
+1 -1
View File
@@ -388,7 +388,7 @@ ServIface::ServIface(const std::string& addr, unsigned short port, server::Serve
auto orig_port = bind_addr.port();
if(evutil_make_listen_socket_reuseable(sock.sock))
log_warn_printf(connsetup, "Unable to make socket reusable\n");
log_warn_printf(connsetup, "Unable to make socket reusable%s", "\n");
// try to bind to requested port, then fallback to a random port
while(true) {