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 2962d2b commit ed242f7Copy full SHA for ed242f7
staticaddr/loopin/fsm.go
@@ -331,7 +331,7 @@ func (f *FSM) Infof(format string, args ...interface{}) {
331
// Debugf logs a debug message with the loop-in swap hash.
332
func (f *FSM) Debugf(format string, args ...interface{}) {
333
if f.loopIn == nil {
334
- log.Infof(format, args...)
+ log.Debugf(format, args...)
335
return
336
}
337
log.Debugf(
0 commit comments