mirror of
https://github.com/fosrl/olm.git
synced 2026-02-08 05:56:41 +00:00
fix typo in log
This commit is contained in:
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 {
|
||||
|
||||
Reference in New Issue
Block a user