Browse Source

Merge branch 'hotfix/more_clear_log' into develop

# Conflicts:
#	shadowsocks-csharp/Controller/Service/AvailabilityStatistics.cs
tags/3.0
icylogic 9 years ago
parent
commit
a30cb166a5
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      shadowsocks-csharp/Controller/Service/AvailabilityStatistics.cs

+ 1
- 0
shadowsocks-csharp/Controller/Service/AvailabilityStatistics.cs View File

@@ -121,6 +121,7 @@ namespace Shadowsocks.Controller
}
catch (Exception e)
{
Console.WriteLine($"An exception occured when eveluating {server.FriendlyName()}");
Logging.LogUsefulException(e);
}
}


Loading…
Cancel
Save