From 26808d0b615a9459ab9debc05daff6e3639dfe80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=9B=BD=E4=BC=9F?= <366193849@qq.com> Date: Tue, 27 Jul 2021 12:36:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E9=AB=98=E6=97=A5=E5=BF=97=E7=AD=89?= =?UTF-8?q?=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FastGithub.Dns/HostsFileValidator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FastGithub.Dns/HostsFileValidator.cs b/FastGithub.Dns/HostsFileValidator.cs index 4364955..466d282 100644 --- a/FastGithub.Dns/HostsFileValidator.cs +++ b/FastGithub.Dns/HostsFileValidator.cs @@ -72,7 +72,7 @@ namespace FastGithub.Dns var domain = items[1]; if (this.fastGithubConfig.IsMatch(domain)) { - this.logger.LogWarning($"由于你的hosts文件设置了[{domain}->{address}],{nameof(FastGithub)}无法加速此域名"); + this.logger.LogError($"由于你的hosts文件设置了[{domain}->{address}],{nameof(FastGithub)}无法加速此域名"); } } }