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
commit
28fe2fdc54
1 changed files with 1 additions and 1 deletions
  1. +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) catch (Exception ex)
{ {
Logging.LogUsefulException(ex);
Logging.Debug(ex);
} }
finally finally
{ {


Loading…
Cancel
Save