| Index: jingle/notifier/communicator/single_login_attempt.cc
|
| diff --git a/jingle/notifier/communicator/single_login_attempt.cc b/jingle/notifier/communicator/single_login_attempt.cc
|
| index b4cae89abe60fe3c5702ba796e18f3a61ccefaab..0c789ee49745457f60ca120a5d437af62baf9903 100644
|
| --- a/jingle/notifier/communicator/single_login_attempt.cc
|
| +++ b/jingle/notifier/communicator/single_login_attempt.cc
|
| @@ -41,6 +41,7 @@ SingleLoginAttempt::~SingleLoginAttempt() {}
|
|
|
| void SingleLoginAttempt::OnConnect(
|
| base::WeakPtr<buzz::XmppTaskParentInterface> base_task) {
|
| + DVLOG(1) << "Connected to " << current_settings_->ToString();
|
| delegate_->OnConnect(base_task);
|
| }
|
|
|
|
|