Update SuiDaoServer.cs

This commit is contained in:
Gui.H 2019-12-18 22:45:48 +08:00 committed by GitHub
parent 95b91548ef
commit 7d94ddab8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -132,7 +132,7 @@ namespace FastTunnel.Core.Server
}
catch (Exception ex)
{
throw;
_logger.Error(ex);
}
}