Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(455)

Unified Diff: ui/display/manager/chromeos/touchscreen_util.cc

Issue 2721633002: Remove unneeded verbose logging for displays. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/display/manager/chromeos/display_change_observer.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/manager/chromeos/touchscreen_util.cc
diff --git a/ui/display/manager/chromeos/touchscreen_util.cc b/ui/display/manager/chromeos/touchscreen_util.cc
index 31dbf2f6bac225ebdec34a30c4049f8119f713a1..aaa099633aa9c2e7b0e90694e0a074557e0ce819 100644
--- a/ui/display/manager/chromeos/touchscreen_util.cc
+++ b/ui/display/manager/chromeos/touchscreen_util.cc
@@ -276,7 +276,7 @@ void AssociateTouchscreens(
AssociateToSingleDisplay(&displays, &devices);
for (const ManagedDisplayInfo* display : displays)
- LOG(WARNING) << "Unmatched display " << display->name();
+ VLOG(2) << "Unmatched display " << display->name();
for (const ui::TouchscreenDevice* device : devices)
LOG(WARNING) << "Unmatched device " << device->name;
}
« no previous file with comments | « ui/display/manager/chromeos/display_change_observer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698