mirror of
https://github.com/jeremyd/ergo.git
synced 2026-06-11 15:23:31 -07:00
Make config errors display more nicely
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user