Mercurial > trustbridge
comparison common/events.mc @ 623:5042ace08cba
Add certificate specific logging functions
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Fri, 20 Jun 2014 12:17:32 +0200 |
parents | c0f988e3df9f |
children |
comparison
equal
deleted
inserted
replaced
622:c0f988e3df9f | 623:5042ace08cba |
---|---|
73 %1 | 73 %1 |
74 . | 74 . |
75 Language=German | 75 Language=German |
76 %1 | 76 %1 |
77 . | 77 . |
78 | |
79 ;/* Keep the following two lines in line with the linux counterparts in | |
80 ; logging.c */ | |
81 MessageId=0x102 | |
82 Severity=Informational | |
83 Facility=Runtime | |
84 SymbolicName=MSG_CERT_INSTALL | |
85 Language=English | |
86 Installation of root certificate: %1%n | |
87 Sha256 thumbprint:<%2>%n | |
88 Certificate store: "%3" | |
89 . | |
90 Language=German | |
91 Installation des Wurzelzertifikats: %1%n | |
92 Sha256 Fingerabdruck:<%2>%n | |
93 Zertifikatsspeicher: "%3" | |
94 . | |
95 | |
96 MessageId=0x103 | |
97 Severity=Informational | |
98 Facility=Runtime | |
99 SymbolicName=MSG_CERT_REMOVE | |
100 Language=English | |
101 Removal of root certificate: %1%n | |
102 Sha256 thumbprint:<%2>%n | |
103 Certificate store: "%3" | |
104 . | |
105 Language=German | |
106 Entfernung des Wurzelzertifikats: %1%n | |
107 Sha256 Fingerabdruck:<%2>%n | |
108 Zertifikatsspeicher: "%3" | |
109 . |