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)}无法加速此域名"); } } }