forked from External/ergo
Make config errors display more nicely
This commit is contained in:
parent
4b1aa2b952
commit
1d22d65f9f
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ Options:
|
|||
configfile := arguments["--conf"].(string)
|
||||
config, err := irc.LoadConfig(configfile)
|
||||
if err != nil {
|
||||
log.Fatal("Config file did not load successfully:", err.Error())
|
||||
log.Fatal("Config file did not load successfully: ", err.Error())
|
||||
}
|
||||
|
||||
logman, err := logger.NewManager(config.Logging)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue