Merge "Fix a log issue in ui.cpp."
am: 7f38fbf976
Change-Id: I84dcdabf341eb566ee7591259c405ac7d406ebf0
This commit is contained in:
commit
c33d037d7d
1 changed files with 1 additions and 1 deletions
2
ui.cpp
2
ui.cpp
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue