OLD | NEW |
---|---|
(Empty) | |
1 SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS | |
2 Informational=0x1:STATUS_SEVERITY_INFORMATIONAL | |
3 Warning=0x2:STATUS_SEVERITY_WARNING | |
4 Error=0x3:STATUS_SEVERITY_ERROR) | |
5 | |
6 FacilityNames=(Host=0x0:FACILITY_HOST) | |
7 | |
Nico
2017/09/02 23:13:37
Why did we localize the .mc file? This is only use
| |
8 LanguageNames=(English=0x409:MSG00409) | |
9 | |
10 ; // The categories of events. | |
11 MessageIdTypedef=WORD | |
12 | |
13 MessageId=0x1 | |
14 SymbolicName=HOST_CATEGORY | |
15 Language=English | |
16 Host | |
17 . | |
18 | |
19 | |
20 ; // The message definitions. | |
21 MessageIdTypedef=DWORD | |
22 | |
23 MessageId=1 | |
24 Severity=Informational | |
25 Facility=Host | |
26 SymbolicName=MSG_HOST_CLIENT_CONNECTED | |
27 Language=English | |
28 Client connected: %1. | |
29 . | |
30 | |
31 MessageId=2 | |
32 Severity=Informational | |
33 Facility=Host | |
34 SymbolicName=MSG_HOST_CLIENT_DISCONNECTED | |
35 Language=English | |
36 Client disconnected: %1. | |
37 . | |
38 | |
39 MessageId=3 | |
40 Severity=Error | |
41 Facility=Host | |
42 SymbolicName=MSG_HOST_CLIENT_ACCESS_DENIED | |
43 Language=English | |
44 Access denied for client: %1. | |
45 . | |
46 | |
47 MessageId=4 | |
48 Severity=Informational | |
49 Facility=Host | |
50 SymbolicName=MSG_HOST_CLIENT_ROUTING_CHANGED | |
51 Language=English | |
52 Channel IP for client: %1 ip='%2' host_ip='%3' channel='%4' connection='%5'. | |
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 . | |
OLD | NEW |