From 5ef33d67f44cf91d32d546b421007ca96a034438 Mon Sep 17 00:00:00 2001 From: "lambroslambrou@chromium.org" Date: Thu, 19 Jul 2012 02:54:32 +0000 Subject: 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 --- remoting/host/host_event_logger_posix.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'remoting') 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() { -- cgit v1.1