Update HttpWebServerB.cs

pull/80/head
2dust 2019-09-18 13:37:20 +08:00
parent 59a6e1862c
commit 486b0920af
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ namespace v2rayN.HttpProxyHandler
catch (Exception ex)
{
Utils.SaveLog(ex.Message, ex);
throw;
}
Utils.SaveLog("WebserverB running...");