validator-discovery: some extra logs (#3157)

* remove duplicate logging

* validator-discovery: add extra logging
This commit is contained in:
Andronik Ordian
2021-06-03 16:17:24 +02:00
committed by GitHub
parent 53de6871e0
commit bd66121324
3 changed files with 14 additions and 8 deletions
+2
View File
@@ -436,6 +436,8 @@ where
if !rep.is_benefit() {
tracing::debug!(
target: LOG_TARGET,
?peer,
?rep,
action = "ReportPeer"
);
}