You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warn!(target:"Engine","could not add pending validator to reserved peers: {}", pending_validator_address);
94
+
debug!(target:"Engine","could not add pending validator to reserved peers: {}", pending_validator_address);
95
95
}
96
96
}
97
97
}
@@ -546,7 +546,7 @@ fn connect_to_validator_core(
546
546
};
547
547
548
548
if socket_addr.port() == 0{
549
-
error!(target:"engine","connect_to_validator_core: no port specified for Node ( Public (NodeId): {:?} , staking address: {}, socket_addr: {:?}", node_id, staking_address, socket_addr);
549
+
debug!(target:"engine","connect_to_validator_core: no port specified for Node ( Public (NodeId): {:?} , staking address: {}, socket_addr: {:?}", node_id, staking_address, socket_addr);
0 commit comments