summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 8f1eeec..cd87632 100644
--- a/src/main.c
+++ b/src/main.c
@@ -723,7 +723,9 @@ static void *usbmuxd_client_init_thread(void *arg)
goto leave;
}
- if (verbose >= 3)
+ goto leave;
+
+/* if (verbose >= 3)
logmsg(LOG_NOTICE, "%s[%x]: Waiting for connect request", __func__,
THREAD);
@@ -736,7 +738,7 @@ static void *usbmuxd_client_init_thread(void *arg)
"%s[%x]: Did not receive any connect request.",
__func__, THREAD);
goto leave;
- }
+ }*/
connect: