| Index: ui/display/chromeos/x11/native_display_delegate_x11.cc
|
| diff --git a/ui/display/chromeos/x11/native_display_delegate_x11.cc b/ui/display/chromeos/x11/native_display_delegate_x11.cc
|
| index 1cb6483c10c2e5c7f780035ca77830bc7f1ec06e..5f19ae6312a0a50887fddc7c5c9d89a5dbc592c7 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;
|
|
|
|
|