Update lnd.go

This commit is contained in:
MrManPew 2020-10-01 18:02:16 -04:00 committed by GitHub
parent f5e0922c31
commit 72e4eab3b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
lnd.go
View File

@ -200,7 +200,7 @@ func Main(cfg *Config, lisCfg ListenerCfg, shutdownChan <-chan struct{}) error {
}()
// Show version at startup.
ltndLog.Infof("Version: %s commit=%s, build=%s, logging=%s debuglevel=%s",
ltndLog.Infof("Version: %s commit=%s, build=%s, logging=%s, debuglevel=%s",
build.Version(), build.Commit, build.Deployment,
build.LoggingType, cfg.DebugLevel)