| OLD | NEW |
| 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 SymbolicName=MSG_HOST_CLIENT_ACCESS_DENIED | 42 SymbolicName=MSG_HOST_CLIENT_ACCESS_DENIED |
| 43 Language=English | 43 Language=English |
| 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'. | 52 Channel IP for client: %1 ip='%2' host_ip='%3' channel='%4' connection='%5'. |
| 53 . | 53 . |
| OLD | NEW |