diff options
Diffstat (limited to 'daemon')
| -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)  	} ENDFOREACH  	if(!client) { -		usbmuxd_log(LL_ERROR, "client_process: fd %d not found in client list", fd); +		usbmuxd_log(LL_INFO, "client_process: fd %d not found in client list", fd);  		return;  	} | 
