| Index: content/common/handle_enumerator_win.cc
|
| diff --git a/content/common/handle_enumerator_win.cc b/content/common/handle_enumerator_win.cc
|
| index 4e17aa2ca7d63748296091a03e9320b1caa9c1d8..4482d5bb31cd79b17576d5732496d83c9c8af432 100644
|
| --- a/content/common/handle_enumerator_win.cc
|
| +++ b/content/common/handle_enumerator_win.cc
|
| @@ -75,7 +75,7 @@ void HandleEnumerator::EnumerateHandles() {
|
| output += GetAccessString(current_type,
|
| sys_handle->handle_entry()->GrantedAccess);
|
| }
|
| - DLOG(INFO) << output;
|
| + DVLOG(0) << output;
|
| }
|
|
|
| HandleType StringToHandleType(const string16& type) {
|
|
|