From d6c60c60fec0b5c5c5151c491e54eb8dea0287a1 Mon Sep 17 00:00:00 2001 From: holys Date: Sat, 16 Aug 2014 09:21:52 +0800 Subject: [PATCH] fix undefine bug --- store/hyperleveldb/db.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {