correct wording on error log
This commit is contained in:
parent
0a36bfae9c
commit
12677f08b2
2
lnd.go
2
lnd.go
@ -399,7 +399,7 @@ func lndMain() error {
|
||||
// With all the relevant chains initialized, we can finally start the
|
||||
// server itself.
|
||||
if err := server.Start(); err != nil {
|
||||
srvrLog.Errorf("unable to create to start server: %v\n", err)
|
||||
srvrLog.Errorf("unable to start server: %v\n", err)
|
||||
return err
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user