summaryrefslogtreecommitdiffstats
path: root/src/idevicerestore.c
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2020-06-24 02:25:56 +0200
committerGravatar Nikias Bassen2020-06-24 02:25:56 +0200
commit8b3abd4c25adca06fdebeb4bd1eca40018b51b9f (patch)
treedcdc75108670f3d4188db20f8be7da6514644768 /src/idevicerestore.c
parent8df0db8deab2d20ca112c660a05bcf1865f9e3a2 (diff)
downloadidevicerestore-8b3abd4c25adca06fdebeb4bd1eca40018b51b9f.tar.gz
idevicerestore-8b3abd4c25adca06fdebeb4bd1eca40018b51b9f.tar.bz2
Print note about usbmuxd when device fails to enter restore mode
Diffstat (limited to 'src/idevicerestore.c')
-rw-r--r--src/idevicerestore.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/idevicerestore.c b/src/idevicerestore.c
index 8003fe4..0148974 100644
--- a/src/idevicerestore.c
+++ b/src/idevicerestore.c
@@ -1337,6 +1337,7 @@ int idevicerestore_start(struct idevicerestore_client_t* client)
if (client->mode != &idevicerestore_modes[MODE_RESTORE] || (client->flags & FLAG_QUIT)) {
mutex_unlock(&client->device_event_mutex);
error("ERROR: Device failed to enter restore mode.\n");
+ error("Please make sure that usbmuxd is running.\n");
if (delete_fs && filesystem)
unlink(filesystem);
return -1;