diff options
author | Martin Szulecki | 2012-07-17 18:27:15 +0200 |
---|---|---|
committer | Nikias Bassen | 2012-07-17 18:27:15 +0200 |
commit | 1110ad7fe35b1a19a1efe185a2effedbee961dfb (patch) | |
tree | 8c37334378eb30588b352a25f5f796708f3bd5b3 /src | |
parent | 2bc398f3d86e87f8fe28a383f08eeb2feef4e0a1 (diff) | |
download | idevicerestore-1110ad7fe35b1a19a1efe185a2effedbee961dfb.tar.gz idevicerestore-1110ad7fe35b1a19a1efe185a2effedbee961dfb.tar.bz2 |
main: Report device state again after a restore reboot
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 ccebfad..2eddb48 100644 --- a/src/idevicerestore.c +++ b/src/idevicerestore.c @@ -378,6 +378,7 @@ int main(int argc, char* argv[]) { // we need to refresh the current mode again check_mode(client); + info("Found device in %s mode\n", client->mode->string); } // verify if ipsw file exists |