diff options
Diffstat (limited to 'chrome/test/plugin/plugin_test.cpp')
-rw-r--r-- | chrome/test/plugin/plugin_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/plugin/plugin_test.cpp b/chrome/test/plugin/plugin_test.cpp index 160af12..cc93c45 100644 --- a/chrome/test/plugin/plugin_test.cpp +++ b/chrome/test/plugin/plugin_test.cpp @@ -209,7 +209,7 @@ class PluginInstallerDownloadTest } ~UploadRequestContext() { - DLOG(INFO) << __FUNCTION__; + DVLOG(1) << __FUNCTION__; delete http_transaction_factory_; delete http_auth_handler_factory_; } |