summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2023-09-06 17:03:02 +0200
committerGravatar Nikias Bassen2023-09-06 17:03:02 +0200
commitc8b9f3e582d3543391f7db4cafe96051484f60a9 (patch)
tree8835af025dd0910d5f1fa6db35919680ed5a077d /src
parent9b9bba770bda29a09908a287c6f8b9bf15ae9a08 (diff)
downloadidevicerestore-c8b9f3e582d3543391f7db4cafe96051484f60a9.tar.gz
idevicerestore-c8b9f3e582d3543391f7db4cafe96051484f60a9.tar.bz2
fdr: Fix a debug log message
Diffstat (limited to 'src')
-rw-r--r--src/fdr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fdr.c b/src/fdr.c
index e3703fe..ca9b7c7 100644
--- a/src/fdr.c
+++ b/src/fdr.c
@@ -575,7 +575,7 @@ static int fdr_handle_proxy_cmd(fdr_client_t fdr)
break;
}
if (bytes) {
- debug("FDR %p got payload of %u bytes, now try to proxy it\n", fdr, bytes);
+ debug("FDR %p got payload of %u bytes, now trying to proxy it\n", fdr, bytes);
debug("Sending %u bytes of data\n", bytes);
sent = 0;
while (sent < bytes) {