Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey committed Sep 28, 2023
1 parent 774d2c9 commit 1f43dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prover/capacity_manager/capacity_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func (m *CapacityManager) TakeOneCapacity(blockID uint64) (uint64, bool) {

m.capacity[blockID] = true

log.Info("Took one capacity", "blockID", blockID, "capacityAfterTaking", m.capacity)
log.Info("Took one capacity", "blockID", blockID, "capacityAfterTaking", len(m.capacity))

return uint64(len(m.capacity)), true
}

0 comments on commit 1f43dcd

Please sign in to comment.