diff options
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; |
