1
0
Fork 0
mirror of https://github.com/fosrl/newt.git synced 2025-05-16 23:20:37 +01:00

fix typo in log

This commit is contained in:
Milo Schwartz 2025-01-04 22:58:41 -05:00
parent 1d4a2a1185
commit e17276b0c4
No known key found for this signature in database

View file

@ -296,7 +296,7 @@ func main() {
logger.Info("Received registration message") logger.Info("Received registration message")
if connected { if connected {
logger.Info("Already connected! Put I will send a ping anyway...") logger.Info("Already connected! But I will send a ping anyway...")
// ping(tnet, wgData.ServerIP) // ping(tnet, wgData.ServerIP)
err = pingWithRetry(tnet, wgData.ServerIP) err = pingWithRetry(tnet, wgData.ServerIP)
if err != nil { if err != nil {