From 3f141bf93bd0ee74988682741558868ac7ec78d9 Mon Sep 17 00:00:00 2001 From: Ivan Date: Wed, 7 May 2025 18:24:07 -0500 Subject: [PATCH] update --- cmd/reticulum-go/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/reticulum-go/main.go b/cmd/reticulum-go/main.go index bb494a1..c89ce58 100644 --- a/cmd/reticulum-go/main.go +++ b/cmd/reticulum-go/main.go @@ -245,7 +245,7 @@ func (r *Reticulum) monitorInterfaces() { stats = fmt.Sprintf("%s, RTT: %v", stats, tcpClient.GetRTT()) } - debugLog(DEBUG_VERBOSE, stats) + debugLog(DEBUG_VERBOSE, "%s", stats) } } }