Skip to content

Commit fe58865

Browse files
ranchalpjonastheis
andauthored
Update rollup/internal/controller/relayer/l2_relayer.go
Co-authored-by: Jonas Theis <4181434+jonastheis@users.noreply.github.com>
1 parent 8c8349b commit fe58865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup/internal/controller/relayer/l2_relayer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ func (r *Layer2Relayer) ProcessPendingBatches() {
357357
skip, err := r.skipSubmitByFee(oldestBlockTimestamp, r.metrics)
358358
// return if not hitting target price
359359
if skip {
360-
log.Debug("Skipping batch submission", "reason", err)
360+
log.Debug("Skipping batch submission", "first batch index", dbBatches[0].Index, "backlog count", backlogCount, "reason", err)
361361
log.Debug("first batch index", dbBatches[0].Index)
362362
log.Debug("backlog count", backlogCount)
363363
return

0 commit comments

Comments
 (0)