| Index: remoting/host/plugin/host_log_handler.cc
|
| diff --git a/remoting/host/plugin/host_log_handler.cc b/remoting/host/plugin/host_log_handler.cc
|
| index 9240b0149b4b65a45e2560ec7394067ebae3397f..8095907a26a183befe2d00c97002259f2ce0d1ec 100644
|
| --- a/remoting/host/plugin/host_log_handler.cc
|
| +++ b/remoting/host/plugin/host_log_handler.cc
|
| @@ -5,6 +5,7 @@
|
| #include "remoting/host/plugin/host_log_handler.h"
|
|
|
| #include "base/lazy_instance.h"
|
| +#include "remoting/base/logging.h"
|
| #include "remoting/base/util.h"
|
| #include "remoting/host/plugin/host_script_object.h"
|
|
|
| @@ -37,7 +38,7 @@ void HostLogHandler::RegisterLogMessageHandler() {
|
| if (g_has_registered_log_handler)
|
| return;
|
|
|
| - LOG(INFO) << "Registering global log handler";
|
| + HOST_LOG << "Registering global log handler";
|
|
|
| // Record previous handler so we can call it in a chain.
|
| g_logging_old_handler = logging::GetLogMessageHandler();
|
|
|