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) } } }