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 41d8af2..596531f 100755
--- a/partitionmanager.cpp
+++ b/partitionmanager.cpp
@@ -2960,7 +2960,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