mirror of
https://github.com/fosrl/newt.git
synced 2025-05-13 05:30:39 +01:00
fix typo in log
This commit is contained in:
parent
1d4a2a1185
commit
e17276b0c4
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -296,7 +296,7 @@ func main() {
|
|||
logger.Info("Received registration message")
|
||||
|
||||
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)
|
||||
err = pingWithRetry(tnet, wgData.ServerIP)
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in a new issue