diff --git a/chain/stmgr/stmgr.go b/chain/stmgr/stmgr.go index 4be414674..76f94fa8a 100644 --- a/chain/stmgr/stmgr.go +++ b/chain/stmgr/stmgr.go @@ -16,7 +16,7 @@ import ( logging "github.com/ipfs/go-log" ) -var log = logging.Logger("chainstore") +var log = logging.Logger("statemgr") type StateManager struct { cs *store.ChainStore