Skip to content

Commit

Permalink
index is not needed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
olevchyk committed Oct 4, 2018
1 parent 21a6083 commit 25875b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audit/audit.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func init() {
}
if len(auditErrors) > 0 {
log.Errorf("connecting to audit database, defined in %s", configFile)
for i, err := range auditErrors {
for _, err := range auditErrors {
log.Fatal(err)
}
}
Expand Down

0 comments on commit 25875b0

Please sign in to comment.