This commit is contained in:
Ivan
2025-05-07 18:24:07 -05:00
parent a9bf658b03
commit 3f141bf93b

View File

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