summaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2023-10-07 02:33:03 +0200
committerGravatar Nikias Bassen2023-10-07 02:33:03 +0200
commit503bdd01f5e9f16c583ebff343edee8bfaf3f572 (patch)
treebd9a70ebf1b98ee6fdcc2fbfbdda093a11586ba0 /src/common.h
parent6806495ca7df744f635be515c5cdf938ad49ea82 (diff)
downloadidevicerestore-503bdd01f5e9f16c583ebff343edee8bfaf3f572.tar.gz
idevicerestore-503bdd01f5e9f16c583ebff343edee8bfaf3f572.tar.bz2
Improve debug output by suppressing libimobiledevice and libirecovery debug output by default
To get libimobiledevice and libirecovery output, add -d or --debug twice.
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h1
1 files changed, 1 insertions, 0 deletions
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;