| Index: remoting/host/curtain_mode_win.cc
|
| diff --git a/remoting/host/curtain_mode_win.cc b/remoting/host/curtain_mode_win.cc
|
| index d94d61524fa3333db25c3e314dca7eec9bf6993b..d4d50ea624ce20b461a48b5446d72aee92a4cba7 100644
|
| --- a/remoting/host/curtain_mode_win.cc
|
| +++ b/remoting/host/curtain_mode_win.cc
|
| @@ -33,7 +33,7 @@ bool CurtainModeWin::Activate() {
|
|
|
| DWORD session_id;
|
| if (!ProcessIdToSessionId(GetCurrentProcessId(), &session_id)) {
|
| - LOG_GETLASTERROR(ERROR) << "Failed to map the current PID to session ID";
|
| + PLOG(ERROR) << "Failed to map the current PID to session ID";
|
| return false;
|
| }
|
|
|
|
|