summaryrefslogtreecommitdiffstats
path: root/src/idevicerestore.c
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2024-05-23 23:22:06 +0200
committerGravatar Nikias Bassen2024-05-23 23:37:51 +0200
commit04a3f49132522f514ef36117dd908990e278dbbc (patch)
treef9f757c72038bdd06555167fd5e0d81919dc8ee5 /src/idevicerestore.c
parent56d2c01505479b85e9aeddf58cd4237bf4242c2c (diff)
downloadidevicerestore-04a3f49132522f514ef36117dd908990e278dbbc.tar.gz
idevicerestore-04a3f49132522f514ef36117dd908990e278dbbc.tar.bz2
Link against the new libtatsu and remove tss code
Diffstat (limited to 'src/idevicerestore.c')
-rw-r--r--src/idevicerestore.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/idevicerestore.c b/src/idevicerestore.c
index f27c357..0b517b9 100644
--- a/src/idevicerestore.c
+++ b/src/idevicerestore.c
@@ -46,10 +46,10 @@
#endif
#include <libimobiledevice-glue/utils.h>
+#include <libtatsu/tss.h>
#include "ace3.h"
#include "dfu.h"
-#include "tss.h"
#include "img3.h"
#include "img4.h"
#include "ipsw.h"
@@ -359,6 +359,7 @@ int idevicerestore_start(struct idevicerestore_client_t* client)
idevice_set_debug_level(1);
irecv_set_debug_level(1);
}
+ tss_set_debug_level(client->debug_level);
}
idevicerestore_progress(client, RESTORE_STEP_DETECT, 0.0);