Skip to content

Commit b649bf7

Browse files
author
Leon Sodhi
committed
Clarified comment
1 parent 2ef88d7 commit b649bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config_manager.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ func (cm *ConfigManager) defaultPidFile() string {
313313
fd.Close()
314314
err = os.Remove(tmpPidFile)
315315
if err != nil {
316-
// Die because the lockfile lib can't handle an existing file
316+
// Die because the lockfile lib can't handle an existing blank file
317317
log.Criticalf("Can't remove temp pid file. Details: %s", err.Error())
318318
os.Exit(1)
319319
}

0 commit comments

Comments
 (0)