Chromium Code Reviews| Index: chrome_frame/buggy_bho_handling.cc |
| =================================================================== |
| --- chrome_frame/buggy_bho_handling.cc (revision 62784) |
| +++ chrome_frame/buggy_bho_handling.cc (working copy) |
| @@ -103,7 +103,7 @@ |
| WORD flags, DISPPARAMS* params, |
| VARIANT* result, EXCEPINFO* ei, |
| UINT* err) { |
| - DLOG(INFO) << __FUNCTION__; |
| + DVLOG(1) << __FUNCTION__; |
| const BuggyBhoTls* tls = BuggyBhoTls::FromCurrentThread(); |
| if (tls && tls->IsBuggyObject(me)) { |