Skip to content

Commit

Permalink
Update debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
agouin authored Oct 11, 2023
1 parent 331c62e commit a511f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relayer/chains/cosmos/cosmos_chain_processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ func (ccp *CosmosChainProcessor) queryCycle(ctx context.Context, persistence *qu
ccp.chainProvider.ChainId() == stuckPacket.ChainID &&
newLatestQueriedBlock == int64(stuckPacket.EndHeight) {
i = persistence.latestHeight
ccp.log.Debug("we have parsed stuck packet height, skipping to current")
ccp.log.Debug("Parsed stuck packet height, skipping to current")
}
}

Expand Down

0 comments on commit a511f2e

Please sign in to comment.