| Index: remoting/host/desktop_session_proxy.cc
|
| diff --git a/remoting/host/desktop_session_proxy.cc b/remoting/host/desktop_session_proxy.cc
|
| index d077d5a62dd62fe2e2f06e0753f9cc725ddceee0..73497f9ded9cbed4f2107321fc8bc37ecf97d937 100644
|
| --- a/remoting/host/desktop_session_proxy.cc
|
| +++ b/remoting/host/desktop_session_proxy.cc
|
| @@ -233,8 +233,7 @@ bool DesktopSessionProxy::AttachToDesktop(
|
| HANDLE temp_handle;
|
| if (!DuplicateHandle(desktop_process_, desktop_pipe, GetCurrentProcess(),
|
| &temp_handle, 0, FALSE, DUPLICATE_SAME_ACCESS)) {
|
| - LOG_GETLASTERROR(ERROR) << "Failed to duplicate the desktop-to-network"
|
| - " pipe handle";
|
| + PLOG(ERROR) << "Failed to duplicate the desktop-to-network pipe handle";
|
|
|
| desktop_process_ = base::kNullProcessHandle;
|
| base::CloseProcessHandle(desktop_process);
|
|
|