Quiet log

This commit is contained in:
Owen
2026-01-11 10:39:18 -08:00
parent 9ec94441f3
commit 192702daf9

View File

@@ -288,7 +288,7 @@ export function selectBestExitNode(
const validNodes = pingResults.filter((n) => !n.error && n.weight > 0);
if (validNodes.length === 0) {
logger.error("No valid exit nodes available");
logger.debug("No valid exit nodes available");
return null;
}