From 5e63dd04443bd62af46caff8f50b71280256f1ae Mon Sep 17 00:00:00 2001
From: Hector Martin
Date: Mon, 12 Oct 2009 04:48:41 +0200
Subject: Downgrade unknown client fd message loglevel

It can happen sometimes when the phone and the client close at the same
time (during the same mainloop iteration) and the like, it's not
important when it shows up during connection teardown.
---
 daemon/client.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'daemon')

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;
 	}
 
-- 
cgit v1.1-32-gdbae