diff options
Diffstat (limited to 'src')
-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 513c231..78bce3d 100644 --- a/src/restore.c +++ b/src/restore.c @@ -1216,7 +1216,7 @@ int restore_send_nor(restored_client_t restore, struct idevicerestore_client_t* info("Sending NORData now...\n"); if (restored_send(restore, dict) != RESTORE_E_SUCCESS) { - error("ERROR: Unable to send NORImageData data\n"); + error("ERROR: Unable to send NORData\n"); plist_free(dict); return -1; } |