diff options
Diffstat (limited to 'src/restore.c')
-rw-r--r-- | src/restore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/restore.c b/src/restore.c index 0b720ca..150c5a6 100644 --- a/src/restore.c +++ b/src/restore.c @@ -825,7 +825,7 @@ int restore_send_nor(restored_client_t restore, struct idevicerestore_client_t* if (client->tss) { if (tss_get_entry_path(client->tss, "LLB", &llb_path) < 0) { - debug("NOTE: could not get LLB path from TSS data, will fetch from build identity\n"); + debug("NOTE: Could not get LLB path from TSS data, will fetch from build identity\n"); } } if (llb_path == NULL) { |