summaryrefslogtreecommitdiffstats
path: root/src/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.c')
-rw-r--r--src/client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.c b/src/client.c
index d4a4a10..b2e3644 100644
--- a/src/client.c
+++ b/src/client.c
@@ -584,6 +584,7 @@ void client_process(int fd, short events)
584void client_device_add(struct device_info *dev) 584void client_device_add(struct device_info *dev)
585{ 585{
586 usbmuxd_log(LL_DEBUG, "client_device_add: id %d, location 0x%x, serial %s", dev->id, dev->location, dev->serial); 586 usbmuxd_log(LL_DEBUG, "client_device_add: id %d, location 0x%x, serial %s", dev->id, dev->location, dev->serial);
587 device_set_visible(dev->id);
587 FOREACH(struct mux_client *client, &client_list) { 588 FOREACH(struct mux_client *client, &client_list) {
588 if(client->state == CLIENT_LISTEN) 589 if(client->state == CLIENT_LISTEN)
589 notify_device_add(client, dev); 590 notify_device_add(client, dev);