From c1bb76ea742575c555b79ba55bcef89abdab37ae Mon Sep 17 00:00:00 2001 From: Mauronofrio Matarrese Date: Sun, 4 Aug 2019 17:02:41 +0100 Subject: [PATCH] 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 --- partitionmanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/partitionmanager.cpp b/partitionmanager.cpp index 2d452636..bdc4f9ed 100755 --- a/partitionmanager.cpp +++ b/partitionmanager.cpp @@ -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