提高日志等级
This commit is contained in:
parent
e270564d17
commit
26808d0b61
@ -72,7 +72,7 @@ namespace FastGithub.Dns
|
|||||||
var domain = items[1];
|
var domain = items[1];
|
||||||
if (this.fastGithubConfig.IsMatch(domain))
|
if (this.fastGithubConfig.IsMatch(domain))
|
||||||
{
|
{
|
||||||
this.logger.LogWarning($"由于你的hosts文件设置了[{domain}->{address}],{nameof(FastGithub)}无法加速此域名");
|
this.logger.LogError($"由于你的hosts文件设置了[{domain}->{address}],{nameof(FastGithub)}无法加速此域名");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user