Skip to content

Commit 7061b4a

Browse files
committed
staticaddr: fix fsm logging
1 parent 60ff75b commit 7061b4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

staticaddr/loopin/fsm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ func (f *FSM) Debugf(format string, args ...interface{}) {
343343
// Warnf logs a warning message with the loop-in swap hash.
344344
func (f *FSM) Warnf(format string, args ...interface{}) {
345345
if f.loopIn == nil {
346-
log.Warnf(format, args...)
346+
log.Infof(format, args...)
347347
return
348348
}
349349
log.Warnf(

0 commit comments

Comments
 (0)