修改提示语

This commit is contained in:
陈国伟 2021-07-16 11:50:12 +08:00
parent 0369fe2750
commit 778e0ef642

View File

@ -130,7 +130,6 @@ namespace FastGithub.Dns
this.logger.LogInformation($"设置本机dns成功"); this.logger.LogInformation($"设置本机dns成功");
return results; return results;
} }
catch (Exception ex) catch (Exception ex)
{ {
this.logger.LogWarning($"设置本机dns失败{ex.Message}"); this.logger.LogWarning($"设置本机dns失败{ex.Message}");
@ -138,7 +137,7 @@ namespace FastGithub.Dns
} }
else else
{ {
this.logger.LogError("不支持自动为本机设备设置dns值"); this.logger.LogError("不支持自动设置dns请手动设置网卡的dns为127.0.0.1");
} }
return default; return default;