| Index: remoting/host/win/worker_process_launcher.cc
|
| diff --git a/remoting/host/win/worker_process_launcher.cc b/remoting/host/win/worker_process_launcher.cc
|
| index 779fdabd91fbf7f3d91f2f1ecd9f61f6085d4046..f7d89ef600f6375c84a9f576d9090e4de60659a4 100644
|
| --- a/remoting/host/win/worker_process_launcher.cc
|
| +++ b/remoting/host/win/worker_process_launcher.cc
|
| @@ -171,8 +171,7 @@ void WorkerProcessLauncher::OnObjectSignaled(HANDLE object) {
|
|
|
| // Get exit code of the worker process if it is available.
|
| if (!::GetExitCodeProcess(worker_process_, &exit_code_)) {
|
| - LOG_GETLASTERROR(INFO)
|
| - << "Failed to query the exit code of the worker process";
|
| + PLOG(INFO) << "Failed to query the exit code of the worker process";
|
| exit_code_ = CONTROL_C_EXIT;
|
| }
|
|
|
|
|