diff --git a/Netch/Controllers/TUNController.cs b/Netch/Controllers/TUNController.cs index ada37e9b..7c19f75c 100644 --- a/Netch/Controllers/TUNController.cs +++ b/Netch/Controllers/TUNController.cs @@ -104,8 +104,8 @@ namespace Netch.Controllers { var binHash = Utils.Utils.SHA256CheckSum(BinDriver); var sysHash = Utils.Utils.SHA256CheckSum(SysDriver); - Logging.Info(binHash); - Logging.Info(sysHash); + Logging.Info("自带 wintun.dll Hash: " + binHash); + Logging.Info("系统 wintun.dll Hash: " + sysHash); if (binHash == sysHash) return;