This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
youys
/
shadowsocks-windows
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
67
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
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
aa2334c9fd
879163dc2b
commit
a30cb166a5
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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);
}
}
Write
Preview
Loading…
Cancel
Save