From 503bdd01f5e9f16c583ebff343edee8bfaf3f572 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Sat, 7 Oct 2023 02:33:03 +0200 Subject: Improve debug output by suppressing libimobiledevice and libirecovery debug output by default To get libimobiledevice and libirecovery output, add -d or --debug twice. --- src/common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common.h') diff --git a/src/common.h b/src/common.h index 5afe5ab..6708943 100644 --- a/src/common.h +++ b/src/common.h @@ -91,6 +91,7 @@ struct idevicerestore_entry_t { struct idevicerestore_client_t { int flags; + int debug_level; plist_t tss; plist_t tss_localpolicy; plist_t tss_recoveryos_root_ticket; -- cgit v1.1-32-gdbae