Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7f38fbf9 authored by Tao Bao's avatar Tao Bao Committed by Gerrit Code Review
Browse files

Merge "Fix a log issue in ui.cpp."

parents 7ab9c381 8eec3733
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -100,7 +100,7 @@ bool RecoveryUI::InitScreensaver() {
  // we don't have a good way to query the default value.
  std::string content;
  if (!android::base::ReadFileToString(MAX_BRIGHTNESS_FILE, &content)) {
    LOG(WARNING) << "Failed to read max brightness: " << content;
    PLOG(WARNING) << "Failed to read max brightness";
    return false;
  }