summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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)
723 goto leave; 723 goto leave;
724 } 724 }
725 725
726 if (verbose >= 3) 726 goto leave;
727
728/* if (verbose >= 3)
727 logmsg(LOG_NOTICE, "%s[%x]: Waiting for connect request", __func__, 729 logmsg(LOG_NOTICE, "%s[%x]: Waiting for connect request", __func__,
728 THREAD); 730 THREAD);
729 731
@@ -736,7 +738,7 @@ static void *usbmuxd_client_init_thread(void *arg)
736 "%s[%x]: Did not receive any connect request.", 738 "%s[%x]: Did not receive any connect request.",
737 __func__, THREAD); 739 __func__, THREAD);
738 goto leave; 740 goto leave;
739 } 741 }*/
740 742
741 connect: 743 connect:
742 744