correct wording on error log

This commit is contained in:
Matt Drollette 2017-12-30 11:38:15 -06:00 committed by Johan T. Halseth
parent 0a36bfae9c
commit 12677f08b2

2
lnd.go
View File

@ -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
}