From 9632f301c1d87567b12b1bb21ae6e0d5b5c86360 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 41d8af20..596531f5 100755 --- a/partitionmanager.cpp +++ b/partitionmanager.cpp @@ -2960,7 +2960,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