diff --git a/store/hyperleveldb/db.go b/store/hyperleveldb/db.go index a37d8d2..34d6d3f 100644 --- a/store/hyperleveldb/db.go +++ b/store/hyperleveldb/db.go @@ -24,7 +24,7 @@ type Store struct { } func (s Store) String() string { - return Name + return DBName } func (s Store) Open(path string, cfg *config.Config) (driver.IDB, error) {