summaryrefslogtreecommitdiffstats
path: root/tools/iphone_id.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/iphone_id.c')
-rw-r--r--tools/iphone_id.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/iphone_id.c b/tools/iphone_id.c
index a293469..4a2c3af 100644
--- a/tools/iphone_id.c
+++ b/tools/iphone_id.c
@@ -38,7 +38,6 @@ int main(int argc, char **argv)
38 /* parse cmdline args */ 38 /* parse cmdline args */
39 for (i = 1; i < argc; i++) { 39 for (i = 1; i < argc; i++) {
40 if (!strcmp(argv[i], "-d") || !strcmp(argv[i], "--debug")) { 40 if (!strcmp(argv[i], "-d") || !strcmp(argv[i], "--debug")) {
41 iphone_set_debug_mask(DBGMASK_ALL);
42 iphone_set_debug_level(1); 41 iphone_set_debug_level(1);
43 continue; 42 continue;
44 } 43 }