Skip to content

Commit ed1585d

Browse files
committed
staticaddr: fix fsm logging
1 parent e3e56ec commit ed1585d

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
@@ -331,7 +331,7 @@ func (f *FSM) Infof(format string, args ...interface{}) {
331331
// Debugf logs a debug message with the loop-in swap hash.
332332
func (f *FSM) Debugf(format string, args ...interface{}) {
333333
if f.loopIn == nil {
334-
log.Infof(format, args...)
334+
log.Debugf(format, args...)
335335
return
336336
}
337337
log.Debugf(

0 commit comments

Comments
 (0)