This commit is contained in:
2019-08-17 11:33:14 +02:00
parent 6dd6211f79
commit 0b7ea3240d
2 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ func main() {
// parseconfig
if config, err = uconfig.New(*configFile); err != nil {
log.Println(err)
log.Println("config", configFile, err)
os.Exit(1)
}