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
This commit is contained in:
Mauronofrio Matarrese
2020-09-24 19:24:58 +00:00
committed by bigbiff
parent 57c289fd32
commit c1bb76ea74
+1 -1
View File
@@ -3053,7 +3053,7 @@ void TWPartitionManager::read_uevent() {
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