Skip to content

Commit 6bb469c

Browse files
committed
WIP: debugging logs
1 parent ee80faf commit 6bb469c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/penumbra.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ impl Regenerator {
284284
//
285285
// It's regeneratin' time.
286286
let metadata = self.find_current_metadata().await?;
287+
tracing::info!(?metadata);
287288
if let Some((_, chain_id)) = &metadata {
288289
anyhow::ensure!(
289290
chain_id.as_ref() == self.chain_id,

0 commit comments

Comments
 (0)