Minor cleanup in audit backend (#2194)

This commit is contained in:
Brian Nuszkowski 2016-12-19 15:35:55 -05:00 committed by Jeff Mitchell
parent faa975326d
commit 787c3de3fe

View file

@ -1,4 +1,4 @@
package file
package syslog
import (
"bytes"
@ -112,7 +112,7 @@ func (b *Backend) LogResponse(auth *logical.Auth, req *logical.Request,
return err
}
// Write otu to syslog
// Write out to syslog
_, err = b.logger.Write(buf.Bytes())
return err
}