Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(145)

Unified Diff: remoting/host/host_event_logger_posix.cc

Issue 10800023: Log host startup (Linux/Mac) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..eb5361ec3df9bc31d79763bdb7ac0cb8b3648961 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("Host started");
Jamie 2012/07/18 23:21:34 Please run this string by the relevant stakeholder
Sergey Ulanov 2012/07/18 23:28:17 It's already possible to do that - syslog logs app
Lambros 2012/07/18 23:40:56 I think this string is sufficiently distinctive fr
Wez 2012/07/19 00:41:29 nit: I think this can simply be "Started" - we alr
Lambros 2012/07/19 01:36:34 OK. If we ever need Host/Client distinction, that
}
HostEventLoggerPosix::~HostEventLoggerPosix() {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698