Removing fake error: E: recv error on uevent

This shouldn't be an error, so i hide the line about the error.

Change-Id: I3ef667435dfa843440cc594409c8d20add676576
diff --git a/partitionmanager.cpp b/partitionmanager.cpp
index 2d45263..bdc4f9e 100755
--- a/partitionmanager.cpp
+++ b/partitionmanager.cpp
@@ -3053,7 +3053,7 @@
 
 	int len = recv(uevent_pfd.fd, buf, sizeof(buf), MSG_DONTWAIT);
 	if (len == -1) {
-		LOGERR("recv error on uevent\n");
+		LOGINFO("recv error on uevent\n");
 		return;
 	}
 	/*int i = 0; // Print all uevent output for test /debug