Browse Source

added netmaker check on checkin

afeiszli 4 years ago
parent
commit
a2f27e27ec
1 changed files with 1 additions and 0 deletions
  1. 1 0
      controllers/common.go

+ 1 - 0
controllers/common.go

@@ -58,6 +58,7 @@ func GetPeersList(networkName string) ([]models.PeersResponse, error) {
 					}
 				}
 			}
+			log.Println("setting peer:",peer.PublicKey,peer.Endpoint,peer.ListenPort)
 			peers = append(peers, peer)
 		}
 	}