From 65e12e43c9ee97e534eb5ee3472cd4c6ed079e2c Mon Sep 17 00:00:00 2001 From: icylogic Date: Tue, 1 Mar 2016 23:06:21 +0800 Subject: [PATCH] make hints more friendly. --- shadowsocks-csharp/Controller/Strategy/StatisticsStrategy.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shadowsocks-csharp/Controller/Strategy/StatisticsStrategy.cs b/shadowsocks-csharp/Controller/Strategy/StatisticsStrategy.cs index fabf726d..9679f681 100644 --- a/shadowsocks-csharp/Controller/Strategy/StatisticsStrategy.cs +++ b/shadowsocks-csharp/Controller/Strategy/StatisticsStrategy.cs @@ -99,7 +99,7 @@ namespace Shadowsocks.Controller.Strategy if (serversWithStatistics.Length < 2) { - LogWhenEnabled("no enough statistics data for evaluation"); + LogWhenEnabled("no enough statistics data or all factors in calculations are 0"); return; }