From 460b10553ac898232bfc5444e335dfa938690d1b Mon Sep 17 00:00:00 2001 From: David Härdeman Date: Wed, 24 Jun 2020 00:06:17 +0200 Subject: Make minecctl actually do something --- minecproxy/misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'minecproxy/misc.c') diff --git a/minecproxy/misc.c b/minecproxy/misc.c index f954618..152de1a 100644 --- a/minecproxy/misc.c +++ b/minecproxy/misc.c @@ -250,7 +250,7 @@ again: sfd = socket(conn->remote.storage.ss_family, SOCK_STREAM | SOCK_CLOEXEC, 0); if (sfd < 0) { - error("socket: %m"); + debug(DBG_SRV, "socket: %m"); goto again; } -- cgit v1.2.3