Skip to content

Commit

Permalink
Phonehub: Fix typo in logs
Browse files Browse the repository at this point in the history
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: Kyle Horimoto <khorimoto@chromium.org>
Cr-Commit-Position: refs/heads/master@{#827614}
  • Loading branch information
Jimmy Gong authored and Commit Bot committed Nov 15, 2020
1 parent cf2d162 commit 4358c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chromeos/components/phonehub/connection_manager_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ void ConnectionManagerImpl::OnMessageReceived(const std::string& payload) {
}

void ConnectionManagerImpl::OnConnectionTimeout() {
PA_LOG(WARNING) << "AttemptionConnection() has timed out. Closing connection "
PA_LOG(WARNING) << "AttemptConnection() has timed out. Closing connection "
<< "attempt.";

connection_attempt_.reset();
Expand Down

0 comments on commit 4358c70

Please sign in to comment.