Skip to content

Commit

Permalink
Showing 2 changed files with 1 addition and 0 deletions.
Empty file added .unreleased/pq_logs
Empty file.
1 change: 1 addition & 0 deletions src/device/wg_controller.rs
Original file line number Diff line number Diff line change
@@ -168,6 +168,7 @@ async fn maybe_restart_pq(entities: &Entities) {
.await
.ok()
.and_then(|ifc| {
telio_log_debug!("{:?}", ifc);
ifc.peers.iter().find_map(|(_, peer)| {
if peer.public_key == pubkey {
Some(peer.time_since_last_handshake)

0 comments on commit 1abd2fa

Please sign in to comment.