diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/idevicerestore.c | 1 |
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; |