Update channeldb opening log

It might take a few minutes and it should therefore state it...
This commit is contained in:
MrManPew 2019-12-27 23:58:34 +02:00 committed by Olaoluwa Osuntokun
parent e25cca11f7
commit 19bdbe7f8d

1
lnd.go

@ -224,6 +224,7 @@ func Main(lisCfg ListenerCfg) error {
// Open the channeldb, which is dedicated to storing channel, and
// network related metadata.
ltndLog.Infof("Opening the channeldb, might take a few minutes")
chanDB, err := channeldb.Open(
graphDir,
channeldb.OptionSetRejectCacheSize(cfg.Caches.RejectCacheSize),