summaryrefslogtreecommitdiffstats
path: root/tools/idevicedebug.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/idevicedebug.c')
-rw-r--r--tools/idevicedebug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/idevicedebug.c b/tools/idevicedebug.c
index 942ffe2..850a4b1 100644
--- a/tools/idevicedebug.c
+++ b/tools/idevicedebug.c
@@ -337,7 +337,7 @@ int main(int argc, char *argv[])
337 } 337 }
338 338
339 /* start and connect to debugserver */ 339 /* start and connect to debugserver */
340 if (debugserver_client_start_service(device, &debugserver_client, "idevicerun") != LOCKDOWN_E_SUCCESS) { 340 if (debugserver_client_start_service(device, &debugserver_client, "idevicerun") != DEBUGSERVER_E_SUCCESS) {
341 fprintf(stderr, 341 fprintf(stderr,
342 "Could not start com.apple.debugserver!\n" 342 "Could not start com.apple.debugserver!\n"
343 "Please make sure to mount the developer disk image first:\n" 343 "Please make sure to mount the developer disk image first:\n"