diff --git a/connect.go b/connect.go index 53fcc55..1992eb3 100644 --- a/connect.go +++ b/connect.go @@ -142,6 +142,7 @@ func NewConnection(config *AppConfig) (*Connection, error) { // check wether the file is a dir info, err := os.Stat(config.File) if err != nil { + log.Error(err) return c, err }