Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(685)

Unified Diff: jingle/notifier/communicator/xmpp_connection_generator.cc

Issue 10382003: Changes needed to roll libjingle r141 (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698