From f45d7032ec6be2efdb3d1045fb491c266acebc2f Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Sun, 8 Apr 2012 00:36:40 +0200 Subject: replace uuid by udid, which is the correct term for it --- tools/iproxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/iproxy.c') 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); -- cgit v1.1-32-gdbae