瀏覽代碼

Minor change

Make log message shorter
Cesar Rodas 2 月之前
父節點
當前提交
c635801e82
共有 1 個文件被更改,包括 2 次插入2 次删除
  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
         );