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

Side by Side 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: Change shutdown log to a TODO, update unit test expectations. Created 8 years, 3 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « remoting/host/plugin/host_script_object.cc ('k') | remoting/host/remoting_me2me_host.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS 1 SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
2 Informational=0x1:STATUS_SEVERITY_INFORMATIONAL 2 Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
3 Warning=0x2:STATUS_SEVERITY_WARNING 3 Warning=0x2:STATUS_SEVERITY_WARNING
4 Error=0x3:STATUS_SEVERITY_ERROR) 4 Error=0x3:STATUS_SEVERITY_ERROR)
5 5
6 FacilityNames=(Host=0x0:FACILITY_HOST) 6 FacilityNames=(Host=0x0:FACILITY_HOST)
7 7
8 LanguageNames=(English=0x409:MSG00409) 8 LanguageNames=(English=0x409:MSG00409)
9 9
10 ; // The categories of events. 10 ; // The categories of events.
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 Access denied for client: %1. 44 Access denied for client: %1.
45 . 45 .
46 46
47 MessageId=4 47 MessageId=4
48 Severity=Informational 48 Severity=Informational
49 Facility=Host 49 Facility=Host
50 SymbolicName=MSG_HOST_CLIENT_ROUTING_CHANGED 50 SymbolicName=MSG_HOST_CLIENT_ROUTING_CHANGED
51 Language=English 51 Language=English
52 Channel IP for client: %1 ip='%2' host_ip='%3' channel='%4' connection='%5'. 52 Channel IP for client: %1 ip='%2' host_ip='%3' channel='%4' connection='%5'.
53 . 53 .
54
55 MessageId=5
56 Severity=Informational
57 Facility=Host
58 SymbolicName=MSG_HOST_STARTED
59 Language=English
60 Host started for user: %1.
61 .
OLDNEW
« no previous file with comments | « remoting/host/plugin/host_script_object.cc ('k') | remoting/host/remoting_me2me_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698