diff options
Diffstat (limited to 'dev/iphone_id.c')
-rw-r--r-- | dev/iphone_id.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/iphone_id.c b/dev/iphone_id.c index 15081f0..dde15bc 100644 --- a/dev/iphone_id.c +++ b/dev/iphone_id.c @@ -60,7 +60,7 @@ int main(int argc, char **argv) return 0; } - iphone_set_debug(0); + iphone_set_debug_level(0); iphone_get_device_by_uuid(&phone, argv[0]); if (!phone) { |