| Index: remoting/host/daemon_process.cc
|
| diff --git a/remoting/host/daemon_process.cc b/remoting/host/daemon_process.cc
|
| index 727216cee399f81ec56cb8979618a828c4c0097e..6e0e7eaae9d356f48d10e26486503eae9d824fc9 100644
|
| --- a/remoting/host/daemon_process.cc
|
| +++ b/remoting/host/daemon_process.cc
|
| @@ -40,6 +40,8 @@ void DaemonProcess::OnConfigWatcherError() {
|
| void DaemonProcess::OnChannelConnected(int32 peer_pid) {
|
| DCHECK(caller_task_runner()->BelongsToCurrentThread());
|
|
|
| + VLOG(1) << "IPC: daemon <- network (" << peer_pid << ")";
|
| +
|
| DeleteAllDesktopSessions();
|
|
|
| // Reset the last known terminal ID because no IDs have been allocated
|
|
|