From 19bdbe7f8d4c13d5eb9d21fd0d6fe8467f443da7 Mon Sep 17 00:00:00 2001 From: MrManPew <35897350+MrManPew@users.noreply.github.com> Date: Fri, 27 Dec 2019 23:58:34 +0200 Subject: [PATCH] Update channeldb opening log It might take a few minutes and it should therefore state it... --- lnd.go | 1 + 1 file changed, 1 insertion(+) diff --git a/lnd.go b/lnd.go index 1d0e9ce7..f72b57a3 100644 --- a/lnd.go +++ b/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),