summaryrefslogtreecommitdiff
path: root/keystore2/src/operation.rs
diff options
context:
space:
mode:
Diffstat (limited to 'keystore2/src/operation.rs')
-rw-r--r--keystore2/src/operation.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystore2/src/operation.rs b/keystore2/src/operation.rs
index eabc1abb..11eaf17a 100644
--- a/keystore2/src/operation.rs
+++ b/keystore2/src/operation.rs
@@ -290,7 +290,7 @@ impl Operation {
// We abort the operation. If there was an error we log it but ignore it.
if let Err(e) = map_km_error(self.km_op.abort()) {
- log::error!("In prune: KeyMint::abort failed with {:?}.", e);
+ log::warn!("In prune: KeyMint::abort failed with {:?}.", e);
}
Ok(())