If a blocked peer attempts to dial us, we log that the peer is unknown (as their IP isn't in the filtered list). This is at best an approximation because we only update this list when a new peer set is registered (so we may actually sometimes accept connections from blocked peers and immediately drop them).
We should indicate in logs that we are not connecting to someone because they are blocked, not because they are "unknown" (not true).
If a blocked peer attempts to dial us, we log that the peer is unknown (as their IP isn't in the filtered list). This is at best an approximation because we only update this list when a new peer set is registered (so we may actually sometimes accept connections from blocked peers and immediately drop them).
We should indicate in logs that we are not connecting to someone because they are blocked, not because they are "unknown" (not true).