diff options
| -rw-r--r-- | libusbmuxd/libusbmuxd.c | 1 |
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 |
