| Index: blimp/net/engine_authentication_handler.cc
|
| diff --git a/blimp/net/engine_authentication_handler.cc b/blimp/net/engine_authentication_handler.cc
|
| index fddfab3208bacb314b281c7ff4cc58792ee9fbd9..cc6b04796902391b038940ed7c79920a04b3133a 100644
|
| --- a/blimp/net/engine_authentication_handler.cc
|
| +++ b/blimp/net/engine_authentication_handler.cc
|
| @@ -106,7 +106,7 @@ void Authenticator::ProcessMessage(scoped_ptr<BlimpMessage> message,
|
| << message->protocol_control().start_connection().client_token();
|
| OnConnectionAuthenticated(true);
|
| } else {
|
| - DVLOG(1) << "Expected START_CONNECTION message, got " << message
|
| + DVLOG(1) << "Expected START_CONNECTION message, got " << message.get()
|
| << " instead.";
|
| OnConnectionAuthenticated(false);
|
| }
|
|
|