We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ef88d7 commit b649bf7Copy full SHA for b649bf7
config_manager.go
@@ -313,7 +313,7 @@ func (cm *ConfigManager) defaultPidFile() string {
313
fd.Close()
314
err = os.Remove(tmpPidFile)
315
if err != nil {
316
- // Die because the lockfile lib can't handle an existing file
+ // Die because the lockfile lib can't handle an existing blank file
317
log.Criticalf("Can't remove temp pid file. Details: %s", err.Error())
318
os.Exit(1)
319
}
0 commit comments