diff options
author | Nikias Bassen | 2012-04-08 00:36:40 +0200 |
---|---|---|
committer | Nikias Bassen | 2012-04-08 00:36:40 +0200 |
commit | f45d7032ec6be2efdb3d1045fb491c266acebc2f (patch) | |
tree | a1d137dd05a60d8161a58c542bef006d94567404 /tools/iproxy.c | |
parent | 53d2f8a495fe9baaff7695da02a39476cd5d2d6f (diff) | |
download | usbmuxd-f45d7032ec6be2efdb3d1045fb491c266acebc2f.tar.gz usbmuxd-f45d7032ec6be2efdb3d1045fb491c266acebc2f.tar.bz2 |
replace uuid by udid, which is the correct term for it
Diffstat (limited to 'tools/iproxy.c')
-rw-r--r-- | tools/iproxy.c | 2 |
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); |