Skip to content

Commit

Permalink
add: logging
Browse files Browse the repository at this point in the history
  • Loading branch information
anshalshukla committed May 6, 2024
1 parent 4dbbf5a commit e1fe401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridge/setu/processor/span.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func (sp *SpanProcessor) checkAndPropose() {
return
}

sp.Logger.Debug("Found last span", "lastSpan", lastSpan.ID, "startBlock", lastSpan.StartBlock, "endBlock", lastSpan.EndBlock)
fmt.Println("Found last span", "lastSpan", lastSpan.ID, "startBlock", lastSpan.StartBlock, "endBlock", lastSpan.EndBlock)

fmt.Println("AS:Fetching next span detail")
nextSpanMsg, err := sp.fetchNextSpanDetails(lastSpan.ID+1, lastSpan.EndBlock+1)
Expand Down

0 comments on commit e1fe401

Please sign in to comment.