Commit 649c0f6a authored by Kevin McNee's avatar Kevin McNee Committed by Chromium LUCI CQ

Use DVLOG for SelectionOwner::OnSelectionClear

This logging appears informational rather than indicative of an error,
so we switch to DVLOG, as preferred by the style guide, to avoid log
spam.

Bug: 850209
Change-Id: Icb4ff66d083b5650d4e54cba04125fc311126992
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2615560
Commit-Queue: Kevin McNee <mcnee@chromium.org>
Commit-Queue: Thomas Anderson <thomasanderson@chromium.org>
Auto-Submit: Kevin McNee <mcnee@chromium.org>
Reviewed-by: default avatarThomas Anderson <thomasanderson@chromium.org>
Cr-Commit-Position: refs/heads/master@{#841265}
parent cd0fee30
......@@ -164,7 +164,7 @@ void SelectionOwner::OnSelectionRequest(
}
void SelectionOwner::OnSelectionClear(const x11::SelectionClearEvent& event) {
DLOG(ERROR) << "SelectionClear";
DVLOG(1) << "SelectionClear";
// TODO(erg): If we receive a SelectionClear event while we're handling data,
// we need to delay clearing.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment