From c1389309e847eb45ccafb18e0ae7373c675b60c1 Mon Sep 17 00:00:00 2001 From: dnicoara Date: Thu, 28 Aug 2014 16:51:25 -0700 Subject: Print information on connected displays to VLOG(1) Finding the root cause of display configuration bugs is harder without knowing which displays were reported as connected. BUG=none Review URL: https://codereview.chromium.org/518553002 Cr-Commit-Position: refs/heads/master@{#292507} --- ui/display/chromeos/x11/native_display_delegate_x11.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/display/chromeos/x11/native_display_delegate_x11.cc b/ui/display/chromeos/x11/native_display_delegate_x11.cc index 1cb6483..5f19ae6 100644 --- a/ui/display/chromeos/x11/native_display_delegate_x11.cc +++ b/ui/display/chromeos/x11/native_display_delegate_x11.cc @@ -435,7 +435,7 @@ DisplaySnapshotX11* NativeDisplayDelegateX11::InitDisplaySnapshot( crtc, index); - VLOG(2) << "Found display " << cached_outputs_.size() << ":" + VLOG(1) << "Found display " << cached_outputs_.size() << ":" << " output=" << output << " crtc=" << crtc << " current_mode=" << current_mode_id; -- cgit v1.1