summaryrefslogtreecommitdiffstats
path: root/tools/idevicedebugserverproxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/idevicedebugserverproxy.c')
-rw-r--r--tools/idevicedebugserverproxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/idevicedebugserverproxy.c b/tools/idevicedebugserverproxy.c
index 4487647..83aa479 100644
--- a/tools/idevicedebugserverproxy.c
+++ b/tools/idevicedebugserverproxy.c
@@ -312,7 +312,7 @@ int main(int argc, char *argv[])
312 } 312 }
313 313
314 if (idevice_connect(device, port, &connection) != IDEVICE_E_SUCCESS) { 314 if (idevice_connect(device, port, &connection) != IDEVICE_E_SUCCESS) {
315 fprintf(stderr, "Connection to debugserver port %d failed!\n", (int)&port); 315 fprintf(stderr, "Connection to debugserver port %d failed!\n", (int)port);
316 result = EXIT_FAILURE; 316 result = EXIT_FAILURE;
317 goto leave_cleanup; 317 goto leave_cleanup;
318 } 318 }