diff options
Diffstat (limited to 'dev/lckdclient.c')
| -rw-r--r-- | dev/lckdclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/lckdclient.c b/dev/lckdclient.c index e7ad962..820d05f 100644 --- a/dev/lckdclient.c +++ b/dev/lckdclient.c | |||
| @@ -34,7 +34,7 @@ int main(int argc, char *argv[]) | |||
| 34 | lockdownd_client_t client = NULL; | 34 | lockdownd_client_t client = NULL; |
| 35 | iphone_device_t phone = NULL; | 35 | iphone_device_t phone = NULL; |
| 36 | 36 | ||
| 37 | iphone_set_debug(1); | 37 | iphone_set_debug_level(1); |
| 38 | 38 | ||
| 39 | if (IPHONE_E_SUCCESS != iphone_get_device(&phone)) { | 39 | if (IPHONE_E_SUCCESS != iphone_get_device(&phone)) { |
| 40 | printf("No iPhone found, is it plugged in?\n"); | 40 | printf("No iPhone found, is it plugged in?\n"); |
