summaryrefslogtreecommitdiffstats
path: root/src/restore.c
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2020-06-24 22:29:51 +0200
committerGravatar Nikias Bassen2020-06-24 22:29:51 +0200
commit9267aa6e4502596ed1900be85f6a265cba2fb35e (patch)
tree78639ca7f9ee43c2b955d26c71986fc924a5d355 /src/restore.c
parent8b3abd4c25adca06fdebeb4bd1eca40018b51b9f (diff)
downloadidevicerestore-9267aa6e4502596ed1900be85f6a265cba2fb35e.tar.gz
idevicerestore-9267aa6e4502596ed1900be85f6a265cba2fb35e.tar.bz2
restore: Improve NORData error message
Diffstat (limited to 'src/restore.c')
-rw-r--r--src/restore.c2
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;
}