summaryrefslogtreecommitdiff
path: root/minecproxy/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'minecproxy/misc.c')
-rw-r--r--minecproxy/misc.c2
1 files changed, 1 insertions, 1 deletions
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;
}