Skip to content

Commit

Permalink
Lower warp log level (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenButtolph authored Feb 29, 2024
1 parent c8b9b00 commit b9ebf9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion precompile/contracts/warp/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func (c *Config) Accept(acceptCtx *precompileconfig.AcceptContext, blockHash com
if err != nil {
return fmt.Errorf("failed to parse warp log data into unsigned message (TxHash: %s, LogIndex: %d): %w", txHash, logIndex, err)
}
log.Info(
log.Debug(
"Accepted warp unsigned message",
"blockHash", blockHash,
"blockNumber", blockNumber,
Expand Down

0 comments on commit b9ebf9d

Please sign in to comment.