summaryrefslogtreecommitdiff
path: root/minecproxy/misc.c
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2020-06-24 00:06:17 +0200
committerDavid Härdeman <david@hardeman.nu>2020-06-24 00:06:17 +0200
commit460b10553ac898232bfc5444e335dfa938690d1b (patch)
tree1fa33fd1abb1407d0197de8db905062a61522086 /minecproxy/misc.c
parentb02e89b8b82f0534fd1490a8780ac89d707181b6 (diff)
Make minecctl actually do something
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;
}