diff options
Diffstat (limited to 'tools/idevicedebugserverproxy.c')
| -rw-r--r-- | tools/idevicedebugserverproxy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/idevicedebugserverproxy.c b/tools/idevicedebugserverproxy.c index 1026fa2..3253e6a 100644 --- a/tools/idevicedebugserverproxy.c +++ b/tools/idevicedebugserverproxy.c | |||
| @@ -95,7 +95,7 @@ static void *thread_device_to_client(void *data) | |||
| 95 | } | 95 | } |
| 96 | } else { | 96 | } else { |
| 97 | /* send to device */ | 97 | /* send to device */ |
| 98 | debug("%s: sending data to device...\n", __func__); | 98 | debug("%s: sending data to client...\n", __func__); |
| 99 | sent = socket_send(socket_info->client_fd, buffer, recv_len); | 99 | sent = socket_send(socket_info->client_fd, buffer, recv_len); |
| 100 | if (sent < recv_len) { | 100 | if (sent < recv_len) { |
| 101 | if (sent <= 0) { | 101 | if (sent <= 0) { |
