diff options
Diffstat (limited to 'src/idevice.c')
| -rw-r--r-- | src/idevice.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/idevice.c b/src/idevice.c index d3f28c2..de50a62 100644 --- a/src/idevice.c +++ b/src/idevice.c | |||
| @@ -670,8 +670,8 @@ LIBIMOBILEDEVICE_API idevice_error_t idevice_connection_receive_timeout(idevice_ | |||
| 670 | case IDEVICE_E_SUCCESS: | 670 | case IDEVICE_E_SUCCESS: |
| 671 | break; | 671 | break; |
| 672 | case IDEVICE_E_UNKNOWN_ERROR: | 672 | case IDEVICE_E_UNKNOWN_ERROR: |
| 673 | debug_info("ERROR: socket_check_fd returned %d (%s)", conn_error, strerror(-conn_error)); | ||
| 674 | default: | 673 | default: |
| 674 | debug_info("ERROR: socket_check_fd returned %d (%s)", conn_error, strerror(-conn_error)); | ||
| 675 | return error; | 675 | return error; |
| 676 | } | 676 | } |
| 677 | } | 677 | } |
