Эх сурвалжийг харах

Minor change

Make log message shorter
Cesar Rodas 2 сар өмнө
parent
commit
c635801e82

+ 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
         );