| Index: remoting/host/win/rdp_client_window.cc
|
| diff --git a/remoting/host/win/rdp_client_window.cc b/remoting/host/win/rdp_client_window.cc
|
| index fe3da3c74d0466b835d39aa751784d1187573c89..9b483b082daf42446aeacc9abf7b3d4af045ed38 100644
|
| --- a/remoting/host/win/rdp_client_window.cc
|
| +++ b/remoting/host/win/rdp_client_window.cc
|
| @@ -161,7 +161,7 @@ void RdpClientWindow::InjectSas() {
|
|
|
| BYTE keyboard_state[kKeyboardStateLength];
|
| if (!GetKeyboardState(keyboard_state)) {
|
| - LOG_GETLASTERROR(ERROR) << "Failed to get the keyboard state.";
|
| + PLOG(ERROR) << "Failed to get the keyboard state.";
|
| return;
|
| }
|
|
|
|
|