We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef5f2fc commit 66a8825Copy full SHA for 66a8825
staticaddr/loopin/fsm.go
@@ -343,7 +343,7 @@ func (f *FSM) Debugf(format string, args ...interface{}) {
343
// Warnf logs a warning message with the loop-in swap hash.
344
func (f *FSM) Warnf(format string, args ...interface{}) {
345
if f.loopIn == nil {
346
- log.Warnf(format, args...)
+ log.Infof(format, args...)
347
return
348
}
349
log.Warnf(
@@ -355,7 +355,7 @@ func (f *FSM) Warnf(format string, args ...interface{}) {
355
// Errorf logs an error message with the loop-in swap hash.
356
func (f *FSM) Errorf(format string, args ...interface{}) {
357
358
- log.Errorf(format, args...)
359
360
361
log.Errorf(
0 commit comments