Index: jingle/notifier/communicator/xmpp_connection_generator.cc |
=================================================================== |
--- jingle/notifier/communicator/xmpp_connection_generator.cc (revision 135898) |
+++ jingle/notifier/communicator/xmpp_connection_generator.cc (working copy) |
@@ -90,7 +90,7 @@ |
ConnectionSettings* settings = |
settings_list_->GetSettings(settings_index_); |
VLOG(1) << "*** Attempting " << PROTO_NAMES[settings->protocol()] |
- << " connection to " << settings->server().IPAsString() |
+ << " connection to " << settings->server().HostAsURIString() |
<< ":" << settings->server().port(); |
delegate_->OnNewSettings(*settings); |
return; |