Skip to content

Commit b217c43

Browse files
committed
refactor: add allocation address to log
1 parent 2aa3252 commit b217c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/tap-agent/src/tracker/generic_tracker.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ where
219219
match self.id_to_fee.get(address).map(|v| v.blocked) {
220220
Some(val) => val,
221221
None => {
222-
warn!("Allocation ID not found in the tracker");
222+
warn!("Allocation ID {} not found in the tracker", address);
223223
false
224224
}
225225
}

0 commit comments

Comments
 (0)