Browse Source

make hints more friendly.

tags/3.0
icylogic 8 years ago
parent
commit
65e12e43c9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      shadowsocks-csharp/Controller/Strategy/StatisticsStrategy.cs

+ 1
- 1
shadowsocks-csharp/Controller/Strategy/StatisticsStrategy.cs View File

@@ -99,7 +99,7 @@ namespace Shadowsocks.Controller.Strategy


if (serversWithStatistics.Length < 2) if (serversWithStatistics.Length < 2)
{ {
LogWhenEnabled("no enough statistics data for evaluation");
LogWhenEnabled("no enough statistics data or all factors in calculations are 0");
return; return;
} }




Loading…
Cancel
Save