Skip to content

Commit

Permalink
mage fmt/update
Browse files Browse the repository at this point in the history
  • Loading branch information
taylor-swanson committed Oct 4, 2021
1 parent 3e36585 commit 199572e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filebeat/input/winlog/input.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ runLoop:
openErr := api.Open(evtCheckpoint)
if eventlog.IsRecoverable(openErr) {
log.Errorf("Encountered recoverable error when opening Windows Event Log: %v", openErr)
timed.Wait(cancelCtx, 5 * time.Second)
timed.Wait(cancelCtx, 5*time.Second)
continue
} else if openErr != nil {
return fmt.Errorf("failed to open windows event log: %v", openErr)
Expand Down

0 comments on commit 199572e

Please sign in to comment.