diff options
-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 95c3aea..d6c1d06 100644 --- a/src/idevice.c +++ b/src/idevice.c | |||
@@ -648,7 +648,7 @@ LIBIMOBILEDEVICE_API idevice_error_t idevice_connection_send(idevice_connection_ | |||
648 | } | 648 | } |
649 | sent += bytes; | 649 | sent += bytes; |
650 | } | 650 | } |
651 | debug_info("internal_connection_send %d, sent %d", len, sent); | 651 | debug_info("len %d, sent %d", len, sent); |
652 | if (sent < len) { | 652 | if (sent < len) { |
653 | *sent_bytes = 0; | 653 | *sent_bytes = 0; |
654 | return IDEVICE_E_NOT_ENOUGH_DATA; | 654 | return IDEVICE_E_NOT_ENOUGH_DATA; |