| Index: remoting/host/host_event_logger_posix.cc
|
| diff --git a/remoting/host/host_event_logger_posix.cc b/remoting/host/host_event_logger_posix.cc
|
| index 33b4b311407d1f32268ba411256256d3a7e1196e..b29f9d26283fe2643eba2337028bf6b04a7ea37b 100644
|
| --- a/remoting/host/host_event_logger_posix.cc
|
| +++ b/remoting/host/host_event_logger_posix.cc
|
| @@ -56,6 +56,7 @@ HostEventLoggerPosix::HostEventLoggerPosix(ChromotingHost* host,
|
| application_name_(application_name) {
|
| openlog(application_name_.c_str(), 0, LOG_USER);
|
| host_->AddStatusObserver(this);
|
| + Log("Started");
|
| }
|
|
|
| HostEventLoggerPosix::~HostEventLoggerPosix() {
|
|
|