| Index: remoting/host/host_main.cc
|
| diff --git a/remoting/host/host_main.cc b/remoting/host/host_main.cc
|
| index 9a19b46fb69952c624d948d5649f3f3e07bb36b8..7312e131be185ba77912f5fadf876d78e00b5483 100644
|
| --- a/remoting/host/host_main.cc
|
| +++ b/remoting/host/host_main.cc
|
| @@ -119,7 +119,7 @@ int RunElevated() {
|
|
|
| if (!ShellExecuteEx(&info)) {
|
| DWORD exit_code = GetLastError();
|
| - LOG_GETLASTERROR(ERROR) << "Unable to launch '" << binary.value() << "'";
|
| + PLOG(ERROR) << "Unable to launch '" << binary.value() << "'";
|
| return exit_code;
|
| }
|
|
|
|
|