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

Unified Diff: remoting/host/remoting_host_messages.mc

Issue 10893009: Log when the host is started for an account. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add shutdown log Created 8 years, 4 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
Index: remoting/host/remoting_host_messages.mc
diff --git a/remoting/host/remoting_host_messages.mc b/remoting/host/remoting_host_messages.mc
index 0b2249bee5a3681219b8e6f536c0e89f32f75ba0..437dd4ffb6cf997f277f15cc8097db8a16242fa4 100644
--- a/remoting/host/remoting_host_messages.mc
+++ b/remoting/host/remoting_host_messages.mc
@@ -51,3 +51,19 @@ SymbolicName=MSG_HOST_CLIENT_ROUTING_CHANGED
Language=English
Channel IP for client: %1 ip='%2' host_ip='%3' channel='%4' connection='%5'.
.
+
+MessageId=5
+Severity=Informational
+Facility=Host
+SymbolicName=MSG_HOST_STARTED
+Language=English
+Host started for user: %1.
+.
+
+MessageId=6
+Severity=Informational
+Facility=Host
+SymbolicName=MSG_HOST_SHUTDOWN
+Language=English
+Host shut down.
+.

Powered by Google App Engine
This is Rietveld 408576698