mirror of
https://github.com/fosrl/olm.git
synced 2026-03-06 10:46:42 +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")
|
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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user