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