From 04a3f49132522f514ef36117dd908990e278dbbc Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Thu, 23 May 2024 23:22:06 +0200 Subject: Link against the new libtatsu and remove tss code --- src/idevicerestore.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/idevicerestore.c') 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 +#include #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); -- cgit v1.1-32-gdbae