commit | 7f38fbf976bd9fb145925a803af49410fa43a8a6 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed Feb 01 16:39:12 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Feb 01 16:39:13 2017 +0000 |
tree | 345f11572dfd3af6384cda5cbcd425d742f78204 | |
parent | 7ab9c3812daf486f46c83dec3e341bf668e9513f [diff] | |
parent | 8eec37330b94e60f2d632fade87f2f64626e1423 [diff] |
Merge "Fix a log issue in ui.cpp."
diff --git a/ui.cpp b/ui.cpp index 5efdc5a..3ecd6d1 100644 --- a/ui.cpp +++ b/ui.cpp
@@ -100,7 +100,7 @@ // 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; }