Update lnd.go
This commit is contained in:
parent
f5e0922c31
commit
72e4eab3b9
2
lnd.go
2
lnd.go
@ -200,7 +200,7 @@ func Main(cfg *Config, lisCfg ListenerCfg, shutdownChan <-chan struct{}) error {
|
|||||||
}()
|
}()
|
||||||
|
|
||||||
// Show version at startup.
|
// 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.Version(), build.Commit, build.Deployment,
|
||||||
build.LoggingType, cfg.DebugLevel)
|
build.LoggingType, cfg.DebugLevel)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user