logmon: fix comment formattinglogmon: fix comment formattinglogmon: fix

comment formattinglogmon: fix comment formattinglogmon: fix comment
formatting
This commit is contained in:
Michael Schurter 2019-07-22 13:05:01 -07:00
parent e37bc3513c
commit d90680021e
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ func newLogRotatorWrapper(path string, logger hclog.Logger, rotator io.WriteClos
var err error
//FIXME Revert #5990 and check os.IsNotExist once Go >= 1.12 is the
// release compiler.
// release compiler.
_, serr := os.Stat(path)
if serr != nil {
openFn, err = fifo.CreateAndRead(path)