Browse Source

Minor change

Make log message shorter
Cesar Rodas 2 tháng trước cách đây
mục cha
commit
c635801e82
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      crates/cdk/src/mint/proof_writer.rs

+ 2 - 2
crates/cdk/src/mint/proof_writer.rs

@@ -157,8 +157,8 @@ impl ProofWriter {
         };
 
         tracing::info!(
-            "Rollback proofs to their original states {:?} {:?}",
-            ys,
+            "Rollback {} proofs to their original states {:?}",
+            ys.len(),
             original_states
         );