mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-19 13:17:32 +02:00
Update lnd.go
This commit is contained in:
parent
f5e0922c31
commit
72e4eab3b9
1 changed files with 1 additions and 1 deletions
2
lnd.go
2
lnd.go
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue