This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
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
Only output some debug exceptions in debug mode.
Signed-off-by: noisyfox <timemanager.rick@gmail.com>
tags/3.3
noisyfox
8 years ago
parent
f676d2185e
commit
28fe2fdc54
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
shadowsocks-csharp/Controller/Service/Listener.cs
+ 1
- 1
shadowsocks-csharp/Controller/Service/Listener.cs
View File
@@ -118,7 +118,7 @@ namespace Shadowsocks.Controller
}
catch (Exception ex)
{
Logging.
LogUsefulException
(ex);
Logging.
Debug
(ex);
}
finally
{
Write
Preview
Loading…
Cancel
Save