mirror of https://github.com/perkeep/perkeep.git
remove redunant part of error message
Change-Id: I87958658d5af5f4b52cdadbf0b9d0b3748bd1738
This commit is contained in:
parent
a01175d45c
commit
acf2eeb2d4
|
@ -390,7 +390,7 @@ func Main(up chan<- struct{}, down <-chan struct{}) {
|
|||
|
||||
config, isNewConfig, err := loadConfig(*flagConfigFile)
|
||||
if err != nil {
|
||||
exitf("Error loading config file %q: %v", *flagConfigFile, err)
|
||||
exitf("Error loading config file: %v", err)
|
||||
}
|
||||
|
||||
ws := webserver.New()
|
||||
|
|
Loading…
Reference in New Issue