diff options
| author | 2012-11-29 03:26:16 +0100 | |
|---|---|---|
| committer | 2012-11-29 03:26:16 +0100 | |
| commit | d2b82f9a8330a995a3e913adf734ac2b9ece9916 (patch) | |
| tree | 3185b3e14b7f3e07f31c64676db683317685cbb2 /tools/idevicedebugserverproxy.c | |
| parent | c366b98bc7c7e414ba03471720af6acbdd399dcf (diff) | |
| download | libimobiledevice-d2b82f9a8330a995a3e913adf734ac2b9ece9916.tar.gz libimobiledevice-d2b82f9a8330a995a3e913adf734ac2b9ece9916.tar.bz2 | |
idevicedebugserver: fix small bug in error message
Diffstat (limited to 'tools/idevicedebugserverproxy.c')
| -rw-r--r-- | tools/idevicedebugserverproxy.c | 2 |
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 | } |
