diff options
author | lambroslambrou@chromium.org <lambroslambrou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-19 02:54:32 +0000 |
---|---|---|
committer | lambroslambrou@chromium.org <lambroslambrou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-19 02:54:32 +0000 |
commit | 5ef33d67f44cf91d32d546b421007ca96a034438 (patch) | |
tree | b4c8f8372fb310e3d7de176f909e9ae537a5d62c /remoting | |
parent | 96f3346684a53713e2f96f4beb814e167337e5ff (diff) | |
download | chromium_src-5ef33d67f44cf91d32d546b421007ca96a034438.zip chromium_src-5ef33d67f44cf91d32d546b421007ca96a034438.tar.gz chromium_src-5ef33d67f44cf91d32d546b421007ca96a034438.tar.bz2 |
Log host startup (Linux/Mac)
BUG=132683
TEST=Manual
Review URL: https://chromiumcodereview.appspot.com/10800023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147383 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/host/host_event_logger_posix.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/host/host_event_logger_posix.cc b/remoting/host/host_event_logger_posix.cc index 33b4b31..b29f9d2 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() { |