summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Hector Martin2010-01-25 21:54:16 +0100
committerGravatar Hector Martin2010-01-25 21:54:16 +0100
commitf41264ee8838b6bcbce7fc2ba6b227032bd74534 (patch)
treee33c728730fb273930e9da1da773209f30f131f8
parentc0b02222fd85feabb0b9901364082dc6ab484b68 (diff)
downloadusbmuxd-f41264ee8838b6bcbce7fc2ba6b227032bd74534.tar.gz
usbmuxd-f41264ee8838b6bcbce7fc2ba6b227032bd74534.tar.bz2
Remove libusbmuxd debug again that slipped by
-rw-r--r--libusbmuxd/libusbmuxd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libusbmuxd/libusbmuxd.c b/libusbmuxd/libusbmuxd.c
index b532f7d..9084457 100644
--- a/libusbmuxd/libusbmuxd.c
+++ b/libusbmuxd/libusbmuxd.c
@@ -183,7 +183,6 @@ int get_next_event(int sfd, usbmuxd_event_cb_t callback, void *user_data)
183 /* block until we receive something */ 183 /* block until we receive something */
184 recv_len = recv_buf_timeout(sfd, &hdr, sizeof(hdr), 0, 0); 184 recv_len = recv_buf_timeout(sfd, &hdr, sizeof(hdr), 0, 0);
185 if (recv_len < 0) { 185 if (recv_len < 0) {
186 fprintf(stderr, "DEBUG: connection closed.\n");
187 // when then usbmuxd connection fails, 186 // when then usbmuxd connection fails,
188 // generate remove events for every device that 187 // generate remove events for every device that
189 // is still present so applications know about it 188 // is still present so applications know about it