mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 14:22:37 +01:00
correct wording on error log
This commit is contained in:
parent
0a36bfae9c
commit
12677f08b2
1 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue