Skip to content

Commit 9730106

Browse files
Update crates/service/src/middleware/attestation_signer.rs
Co-authored-by: consoli <[email protected]>
1 parent cd91edc commit 9730106

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/service/src/middleware/attestation_signer.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ pub async fn signer_middleware(
3333
} else {
3434
// Just log this case which is silently passed through next middleware
3535
tracing::warn!(
36-
"No attestation signer found for allocation {}",
37-
allocation_id
36+
allocation_id,
37+
"No attestation signer found for allocation",
3838
);
3939
}
4040
}

0 commit comments

Comments
 (0)