summaryrefslogtreecommitdiffstats
path: root/dev/iphone_id.c
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2009-07-24 17:46:30 +0200
committerGravatar Martin Szulecki2009-07-24 17:46:30 +0200
commit601e70e8ee757b769bdc10b16e108e846a1a0b93 (patch)
tree42f377a16f90da737bc68927845ffb9888805733 /dev/iphone_id.c
parentf995c63e1bc56dd2d098a06f130d55334979f38f (diff)
downloadlibimobiledevice-601e70e8ee757b769bdc10b16e108e846a1a0b93.tar.gz
libimobiledevice-601e70e8ee757b769bdc10b16e108e846a1a0b93.tar.bz2
Rename iphone_set_debug() to iphone_set_debug_level() and code using it
Diffstat (limited to 'dev/iphone_id.c')
-rw-r--r--dev/iphone_id.c2
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)
60 return 0; 60 return 0;
61 } 61 }
62 62
63 iphone_set_debug(0); 63 iphone_set_debug_level(0);
64 64
65 iphone_get_device_by_uuid(&phone, argv[0]); 65 iphone_get_device_by_uuid(&phone, argv[0]);
66 if (!phone) { 66 if (!phone) {