summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2012-04-08 00:36:40 +0200
committerGravatar Nikias Bassen2012-04-08 00:36:40 +0200
commitf45d7032ec6be2efdb3d1045fb491c266acebc2f (patch)
treea1d137dd05a60d8161a58c542bef006d94567404 /tools
parent53d2f8a495fe9baaff7695da02a39476cd5d2d6f (diff)
downloadusbmuxd-f45d7032ec6be2efdb3d1045fb491c266acebc2f.tar.gz
usbmuxd-f45d7032ec6be2efdb3d1045fb491c266acebc2f.tar.bz2
replace uuid by udid, which is the correct term for it
Diffstat (limited to 'tools')
-rw-r--r--tools/iproxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/iproxy.c b/tools/iproxy.c
index 0bc38fb..e4e39f6 100644
--- a/tools/iproxy.c
+++ b/tools/iproxy.c
@@ -192,7 +192,7 @@ void *acceptor_thread(void *arg)
return NULL;
}
- fprintf(stdout, "Requesting connecion to device handle == %d (serial: %s), port %d\n", dev_list[0].handle, dev_list[0].uuid, device_port);
+ fprintf(stdout, "Requesting connecion to device handle == %d (serial: %s), port %d\n", dev_list[0].handle, dev_list[0].udid, device_port);
cdata->sfd = usbmuxd_connect(dev_list[0].handle, device_port);
free(dev_list);