Commit 4358c70e authored by Jimmy Gong's avatar Jimmy Gong Committed by Commit Bot

Phonehub: Fix typo in logs

Bug: 1106937
Change-Id: I1764a32135c7eaf1f92353f5c6b55488a5659d44
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2538592
Auto-Submit: Jimmy Gong <jimmyxgong@chromium.org>
Commit-Queue: Kyle Horimoto <khorimoto@chromium.org>
Reviewed-by: default avatarKyle Horimoto <khorimoto@chromium.org>
Cr-Commit-Position: refs/heads/master@{#827614}
parent cf2d1621
...@@ -199,7 +199,7 @@ void ConnectionManagerImpl::OnMessageReceived(const std::string& payload) { ...@@ -199,7 +199,7 @@ void ConnectionManagerImpl::OnMessageReceived(const std::string& payload) {
} }
void ConnectionManagerImpl::OnConnectionTimeout() { void ConnectionManagerImpl::OnConnectionTimeout() {
PA_LOG(WARNING) << "AttemptionConnection() has timed out. Closing connection " PA_LOG(WARNING) << "AttemptConnection() has timed out. Closing connection "
<< "attempt."; << "attempt.";
connection_attempt_.reset(); connection_attempt_.reset();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment