X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/5350396308932e1dabdc10c7b342b528d2f60a15..f4a69647659df356f7f1d1ab1d8b4eedcc34dfba:/hotline/client.go?ds=sidebyside diff --git a/hotline/client.go b/hotline/client.go index 24df7c3..1e2972f 100644 --- a/hotline/client.go +++ b/hotline/client.go @@ -103,8 +103,7 @@ func NewClient(cfgPath string, logger *zap.SugaredLogger) *Client { prefs, err := readConfig(cfgPath) if err != nil { - fmt.Printf("unable to read config file %s", cfgPath) - os.Exit(1) + logger.Fatal(fmt.Sprintf("unable to read config file %s\n", cfgPath)) } c.pref = prefs