-
Notifications
You must be signed in to change notification settings - Fork 122
staticaddr: Minor staging fixes #846
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
staticaddr: Minor staging fixes #846
Conversation
staticaddr/loopin/fsm.go
Outdated
| func (f *FSM) Errorf(format string, args ...interface{}) { | ||
| if f.loopIn == nil { | ||
| log.Errorf(format, args...) | ||
| log.Infof(format, args...) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a strong reason to change to Infof?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in the case of error I guess better to keep it. Will change.
6e62d3b to
60ff75b
Compare
|
Added another commit to increase the confirmation target from 3 to 6. |
bhandras
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🎉
60ff75b to
ec3070f
Compare
This PR fixes some minor issues in the staging branch of static addr.