| Index: webrtc/p2p/base/stunport.cc
|
| diff --git a/webrtc/p2p/base/stunport.cc b/webrtc/p2p/base/stunport.cc
|
| index 43e8d9fb5c798c8d05ca7b89a99d1d1a2403998b..5801ba7dd63f52122b6764e7d3a1f04c4b19f195 100644
|
| --- a/webrtc/p2p/base/stunport.cc
|
| +++ b/webrtc/p2p/base/stunport.cc
|
| @@ -66,7 +66,7 @@ class StunBindingRequest : public StunRequest {
|
| virtual void OnErrorResponse(StunMessage* response) override {
|
| const StunErrorCodeAttribute* attr = response->GetErrorCode();
|
| if (!attr) {
|
| - LOG(LS_ERROR) << "Bad allocate response error code";
|
| + LOG(LS_ERROR) << "Missing binding response error code.";
|
| } else {
|
| LOG(LS_ERROR) << "Binding error response:"
|
| << " class=" << attr->eclass()
|
|
|