Skip to content

Commit

Permalink
Merge pull request #3813 from ellemouton/add-space-in-log-message
Browse files Browse the repository at this point in the history
bitcoindnotify: add missing space in log message in bitcoind.go
  • Loading branch information
wpaulino committed Dec 10, 2019
2 parents 9484287 + 3aa8972 commit d01feb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chainntnfs/bitcoindnotify/bitcoind.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ out:
}

chainntnfs.Log.Infof("Historical "+
"spend dispatch finished"+
"spend dispatch finished "+
"for request %v (start=%v "+
"end=%v) with details: %v",
msg.SpendRequest,
Expand Down

0 comments on commit d01feb5

Please sign in to comment.