调整日志等级
This commit is contained in:
		
							parent
							
								
									bcca021c38
								
							
						
					
					
						commit
						c5d31f38bf
					
				@ -195,7 +195,7 @@ namespace FastGithub.Dns
 | 
				
			|||||||
            }
 | 
					            }
 | 
				
			||||||
            else
 | 
					            else
 | 
				
			||||||
            {
 | 
					            {
 | 
				
			||||||
                this.logger.LogError("不支持自动设置dns,请手动设置网卡的dns为127.0.0.1");
 | 
					                this.logger.LogWarning("不支持自动设置dns,请手动设置网卡的dns为127.0.0.1");
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            return default;
 | 
					            return default;
 | 
				
			||||||
 | 
				
			|||||||
@ -79,7 +79,7 @@ namespace FastGithub
 | 
				
			|||||||
                }
 | 
					                }
 | 
				
			||||||
                catch (Exception)
 | 
					                catch (Exception)
 | 
				
			||||||
                {
 | 
					                {
 | 
				
			||||||
                    logger.LogError($"安装根证书{caPublicCerPath}失败:请手动安装到“将所有的证书都放入下载存储”\\“受信任的根证书颁发机构”");
 | 
					                    logger.LogWarning($"安装根证书{caPublicCerPath}失败:请手动安装到“将所有的证书都放入下载存储”\\“受信任的根证书颁发机构”");
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user