mirror of
https://github.com/fosrl/newt.git
synced 2026-02-08 05:56:40 +00:00
Remove redundant log message
This commit is contained in:
2
main.go
2
main.go
@@ -473,8 +473,6 @@ func main() {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
logger.Error("Failed to start WireGuard tester server: %v", err)
|
logger.Error("Failed to start WireGuard tester server: %v", err)
|
||||||
} else {
|
} else {
|
||||||
logger.Info("WireGuard connection testing server started on port %d", wgService.Port)
|
|
||||||
|
|
||||||
// Make sure to stop the server on exit
|
// Make sure to stop the server on exit
|
||||||
defer wgTesterServer.Stop()
|
defer wgTesterServer.Stop()
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
newt_arm64
Executable file
BIN
newt_arm64
Executable file
Binary file not shown.
Reference in New Issue
Block a user