Replace "timout" with "timeout" in log message.
BUG=None TBR=pthatcher@webrtc.org NOTRY=True Review-Url: https://codereview.webrtc.org/2742883002 Cr-Commit-Position: refs/heads/master@{#17155}
This commit is contained in:
parent
0e4c10117b
commit
8f33fb3419
@ -1195,7 +1195,7 @@ void TurnAllocateRequest::OnErrorResponse(StunMessage* response) {
|
||||
|
||||
void TurnAllocateRequest::OnTimeout() {
|
||||
LOG_J(LS_WARNING, port_) << "TURN allocate request "
|
||||
<< rtc::hex_encode(id()) << " timout";
|
||||
<< rtc::hex_encode(id()) << " timeout";
|
||||
port_->OnAllocateRequestTimeout();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user