Skip to content
Snippets Groups Projects
Commit 8a0c8cc4 authored by Sergey Pepyakin's avatar Sergey Pepyakin Committed by GitHub
Browse files

Log unknown collator (#2367)

parent d353c76e
No related merge requests found
......@@ -537,6 +537,12 @@ where
if let Some(collator) = state.known_collators.get(&origin) {
notify_candidate_selection(ctx, collator.clone(), relay_parent, para_id).await;
} else {
tracing::debug!(
target: LOG_TARGET,
peer_id = ?origin,
"advertise collation received from an unknown collator",
);
}
}
RequestCollation(_, _, _) => {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment