summaryrefslogtreecommitdiffstats
path: root/src/fdr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fdr.c')
-rw-r--r--src/fdr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fdr.c b/src/fdr.c
index e21d134..a1953d6 100644
--- a/src/fdr.c
+++ b/src/fdr.c
@@ -246,7 +246,7 @@ static int fdr_send_plist(fdr_client_t fdr, plist_t data)
debug_plist(data);
device_error = idevice_connection_send(fdr->connection, (char *)&len, sizeof(len), &bytes);
if (device_error != IDEVICE_E_SUCCESS || bytes != sizeof(len)) {
- error("ERROR: FDR unable to send data length. (%d) Sent %u of %u bytes.\n",
+ error("ERROR: FDR unable to send data length. (%d) Sent %u of %u bytes.\n",
device_error, bytes, (uint32_t)sizeof(len));
free(buf);
return -1;