diff --git a/bolt-sidecar/src/driver.rs b/bolt-sidecar/src/driver.rs index f0e31cfc2..542eb2db2 100644 --- a/bolt-sidecar/src/driver.rs +++ b/bolt-sidecar/src/driver.rs @@ -166,7 +166,7 @@ impl SidecarDriver { if let Err(e) = self.consensus.update_slot(slot).await { - error!(err = ?e, "Failed to update consensus state head"); + error!(err = ?e, "Failed to update consensus state slot"); } } } @@ -228,7 +228,7 @@ impl SidecarDriver