diff options
| author | 2019-06-16 01:24:19 +0200 | |
|---|---|---|
| committer | 2019-06-16 01:24:19 +0200 | |
| commit | fa1c5a9029b321adc2597bbe76920e5a7efd785b (patch) | |
| tree | bdf63a904924494ac481b1beb40b0f42a5b326a3 /src/idevice.c | |
| parent | 1369f43fd5cf06e983f6399971d64284d39c9ddd (diff) | |
| download | libimobiledevice-fa1c5a9029b321adc2597bbe76920e5a7efd785b.tar.gz libimobiledevice-fa1c5a9029b321adc2597bbe76920e5a7efd785b.tar.bz2 | |
service: Silence timeout errors
Diffstat (limited to 'src/idevice.c')
| -rw-r--r-- | src/idevice.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/idevice.c b/src/idevice.c index 5d5c950..745d784 100644 --- a/src/idevice.c +++ b/src/idevice.c | |||
| @@ -390,7 +390,6 @@ static idevice_error_t socket_recv_to_idevice_error(int conn_error, uint32_t len | |||
| 390 | debug_info("ERROR: received partial data %d/%d (%s)", received, len, strerror(-conn_error)); | 390 | debug_info("ERROR: received partial data %d/%d (%s)", received, len, strerror(-conn_error)); |
| 391 | return IDEVICE_E_NOT_ENOUGH_DATA; | 391 | return IDEVICE_E_NOT_ENOUGH_DATA; |
| 392 | case -ETIMEDOUT: | 392 | case -ETIMEDOUT: |
| 393 | debug_info("ERROR: received timeout (%s)", strerror(-conn_error)); | ||
| 394 | return IDEVICE_E_TIMEOUT; | 393 | return IDEVICE_E_TIMEOUT; |
| 395 | default: | 394 | default: |
| 396 | return IDEVICE_E_UNKNOWN_ERROR; | 395 | return IDEVICE_E_UNKNOWN_ERROR; |
