Index: mojo/shell/public/cpp/lib/interface_registry.cc |
diff --git a/mojo/shell/public/cpp/lib/interface_registry.cc b/mojo/shell/public/cpp/lib/interface_registry.cc |
index ee14f5a51664f4bca495c2571104a3a9d60ce4b0..93332074387fbfb94ee6f10a3a3ae726b72eba2a 100644 |
--- a/mojo/shell/public/cpp/lib/interface_registry.cc |
+++ b/mojo/shell/public/cpp/lib/interface_registry.cc |
@@ -51,9 +51,9 @@ bool InterfaceRegistry::SetInterfaceBinderForName( |
return true; |
} |
LOG(WARNING) << "Connection CapabilityFilter prevented binding to interface: " |
- << interface_name << " connection_url:" |
- << connection_->GetConnectionURL() << " remote_url:" |
- << connection_->GetRemoteApplicationURL(); |
+ << interface_name << " connection_name:" |
+ << connection_->GetConnectionName() << " remote_name:" |
+ << connection_->GetRemoteApplicationName(); |
return false; |
} |