forked from TrueCloudLab/zapjournald
[#7] Fix comment lexical
Signed-off-by: Aleksey Savaitan <a.savaitan@yadro.com>
This commit is contained in:
parent
f3f6f54b15
commit
4c6e1f7365
1 changed files with 2 additions and 2 deletions
|
@ -51,8 +51,8 @@ const (
|
||||||
// LogFacmask is used to extract facility part of the message.
|
// LogFacmask is used to extract facility part of the message.
|
||||||
const LogFacmask = 0x03f8
|
const LogFacmask = 0x03f8
|
||||||
|
|
||||||
// SyslogFields contains slice of fields that
|
// SyslogFields contains slice of fields that are
|
||||||
// indexed with syslog by default.
|
// indexed by syslog by default.
|
||||||
var SyslogFields = []string{
|
var SyslogFields = []string{
|
||||||
SyslogFacilityField,
|
SyslogFacilityField,
|
||||||
SyslogIdentifierField,
|
SyslogIdentifierField,
|
||||||
|
|
Loading…
Reference in a new issue