summaryrefslogtreecommitdiffstats
path: root/src/recovery.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/recovery.c')
-rw-r--r--src/recovery.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/recovery.c b/src/recovery.c
index 13612c4..2871773 100644
--- a/src/recovery.c
+++ b/src/recovery.c
@@ -329,7 +329,7 @@ int recovery_send_ibec(struct idevicerestore_client_t* client, plist_t build_ide
}
int recovery_send_applelogo(struct idevicerestore_client_t* client, plist_t build_identity) {
- const char* component = "AppleLogo";
+ const char* component = "RestoreLogo";
irecv_error_t recovery_error = IRECV_E_SUCCESS;
info("Sending %s...\n", component);