Skip to content

Commit 337b018

Browse files
committed
message changed for style
1 parent 54fe742 commit 337b018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libwebauthn/src/management/bio_enrollment.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ where
9898
// No UV needed
9999
let resp = self.ctap2_bio_enrollment(&req, timeout).await?;
100100
let Some(fingerprint_kind) = resp.fingerprint_kind else {
101-
info!("Channel did not return fingerprint_kind Sensor Info");
101+
info!("Channel did not return fingerprint_kind in sensor info.");
102102
return Err(Error::Ctap(CtapError::Other))
103103
};
104104
Ok(Ctap2BioEnrollmentFingerprintSensorInfo {

0 commit comments

Comments
 (0)