diff options
Diffstat (limited to 'remoting/host/plugin/host_script_object.cc')
-rw-r--r-- | remoting/host/plugin/host_script_object.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/plugin/host_script_object.cc b/remoting/host/plugin/host_script_object.cc index 598b96e..76441fe 100644 --- a/remoting/host/plugin/host_script_object.cc +++ b/remoting/host/plugin/host_script_object.cc @@ -472,7 +472,7 @@ void HostNPScriptObject::FinishConnect( register_request_.reset(register_request.release()); // Create the Host. - LOG(INFO) << "Connecting with NAT state: " << nat_traversal_enabled_; + LOG(INFO) << "NAT state: " << nat_traversal_enabled_; host_ = ChromotingHost::Create( &host_context_, host_config_, desktop_environment_.get(), access_verifier.release(), nat_traversal_enabled_); |