diff options
Diffstat (limited to 'swig')
-rw-r--r-- | swig/iphone.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swig/iphone.i b/swig/iphone.i index 53fa8da..a089cc2 100644 --- a/swig/iphone.i +++ b/swig/iphone.i @@ -118,7 +118,7 @@ MobileSync* my_new_MobileSync(Lockdownd* lckd) { } void set_debug_level(int level) { - iphone_set_debug(level); + iphone_set_debug_level(level); } int init_device_by_uuid(char* uuid) { |