diff options
| author | 2013-10-09 17:44:11 +0200 | |
|---|---|---|
| committer | 2013-10-09 17:44:11 +0200 | |
| commit | 8050de72b9910a923959e26cd5cc9e3181ae7761 (patch) | |
| tree | e846707abd28bfa15a97c9ebaac98a85ead30a4f /src/afc.c | |
| parent | 708a866e103539384a3a789cee7a4d6753b4c277 (diff) | |
| download | libimobiledevice-8050de72b9910a923959e26cd5cc9e3181ae7761.tar.gz libimobiledevice-8050de72b9910a923959e26cd5cc9e3181ae7761.tar.bz2 | |
Remove duplicate newline from debug messages as one is added automatically
Diffstat (limited to 'src/afc.c')
| -rw-r--r-- | src/afc.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -215,7 +215,7 @@ static afc_error_t afc_dispatch_packet(afc_client_t client, const char *data, ui | |||
| 215 | if ((length) < (client->afc_packet->entire_length - client->afc_packet->this_length)) { | 215 | if ((length) < (client->afc_packet->entire_length - client->afc_packet->this_length)) { |
| 216 | debug_info("Length did not resemble what it was supposed to based on packet"); | 216 | debug_info("Length did not resemble what it was supposed to based on packet"); |
| 217 | debug_info("length minus offset: %i", length - offset); | 217 | debug_info("length minus offset: %i", length - offset); |
| 218 | debug_info("rest of packet: %i\n", client->afc_packet->entire_length - client->afc_packet->this_length); | 218 | debug_info("rest of packet: %i", client->afc_packet->entire_length - client->afc_packet->this_length); |
| 219 | return AFC_E_INTERNAL_ERROR; | 219 | return AFC_E_INTERNAL_ERROR; |
| 220 | } | 220 | } |
| 221 | 221 | ||
