summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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[])
}
if (idevice_connect(device, port, &connection) != IDEVICE_E_SUCCESS) {
- fprintf(stderr, "Connection to debugserver port %d failed!\n", (int)&port);
+ fprintf(stderr, "Connection to debugserver port %d failed!\n", (int)port);
result = EXIT_FAILURE;
goto leave_cleanup;
}