Skip to content
Snippets Groups Projects
Commit 41a71715 authored by Ben Armstead's avatar Ben Armstead
Browse files

Update state.rs info message

parent de00b5f5
No related branches found
No related tags found
No related merge requests found
......@@ -624,7 +624,7 @@ impl<DM: WriteNetDir> DirState for GetMicrodescsState<DM> {
// oh hey, this is no longer pending.
if let Some(store) = storage {
let mut store = store.lock().await;
info!("marked consensus usable.");
info!("Marked consensus usable.");
store.mark_consensus_usable(&self.meta)?;
// DOCDOC: explain why we're doing this here.
store.expire_all()?;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment