diff options
Diffstat (limited to 'src/device.c')
-rw-r--r-- | src/device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device.c b/src/device.c index 6858cf5..64e4e8d 100644 --- a/src/device.c +++ b/src/device.c | |||
@@ -690,7 +690,7 @@ static void device_tcp_input(struct mux_device *dev, struct tcphdr *th, unsigned | |||
690 | return; | 690 | return; |
691 | } | 691 | } |
692 | conn->state = CONN_CONNECTED; | 692 | conn->state = CONN_CONNECTED; |
693 | usbmuxd_log(LL_DEBUG, "Client connected to device %d (%d->%d)", dev->id, sport, dport); | 693 | usbmuxd_log(LL_INFO, "Client connected to device %d (%d->%d)", dev->id, sport, dport); |
694 | if(client_notify_connect(conn->client, RESULT_OK) < 0) { | 694 | if(client_notify_connect(conn->client, RESULT_OK) < 0) { |
695 | conn->client = NULL; | 695 | conn->client = NULL; |
696 | connection_teardown(conn); | 696 | connection_teardown(conn); |