diff --git a/db/db.go b/db/db.go index ea36c4fc..508b8d56 100644 --- a/db/db.go +++ b/db/db.go @@ -41,7 +41,7 @@ var db *kvs.DB // Setup sets up the connection with the data layer func Setup(opts *cnf.Options) (err error) { - log.WithPrefix("db").Infof("Starting database at %s", opts.DB.Path) + log.WithPrefix("db").Infof("Starting database") db, err = kvs.New(opts)