diff options
| -rw-r--r-- | daemon/client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/client.c b/daemon/client.c index 3481b16..37f5ed6 100644 --- a/daemon/client.c +++ b/daemon/client.c | |||
| @@ -379,7 +379,7 @@ void client_process(int fd, short events) | |||
| 379 | } ENDFOREACH | 379 | } ENDFOREACH |
| 380 | 380 | ||
| 381 | if(!client) { | 381 | if(!client) { |
| 382 | usbmuxd_log(LL_ERROR, "client_process: fd %d not found in client list", fd); | 382 | usbmuxd_log(LL_INFO, "client_process: fd %d not found in client list", fd); |
| 383 | return; | 383 | return; |
| 384 | } | 384 | } |
| 385 | 385 | ||
