mirror of
				https://github.com/PurpleI2P/i2pd.git
				synced 2025-11-04 08:30:46 +00:00 
			
		
		
		
	* tune logs
This commit is contained in:
		
							parent
							
								
									cd549937c5
								
							
						
					
					
						commit
						05043f30dc
					
				
					 11 changed files with 70 additions and 73 deletions
				
			
		| 
						 | 
				
			
			@ -122,15 +122,15 @@ namespace data
 | 
			
		|||
						else
 | 
			
		||||
						{
 | 
			
		||||
							done = true;
 | 
			
		||||
							if (!inbound) LogPrint (eLogWarning, "No inbound tunnels");	
 | 
			
		||||
							if (!outbound) LogPrint (eLogWarning, "No outbound tunnels");
 | 
			
		||||
							if (!nextFloodfill) LogPrint (eLogWarning, "No more floodfills");	
 | 
			
		||||
							if (!inbound) LogPrint (eLogWarning, "NetDbReq: No inbound tunnels");
 | 
			
		||||
							if (!outbound) LogPrint (eLogWarning, "NetDbReq: No outbound tunnels");
 | 
			
		||||
							if (!nextFloodfill) LogPrint (eLogWarning, "NetDbReq: No more floodfills");
 | 
			
		||||
						}
 | 
			
		||||
					}	
 | 
			
		||||
					else
 | 
			
		||||
					{
 | 
			
		||||
						if (!dest->IsExploratory ())
 | 
			
		||||
							LogPrint (eLogWarning, dest->GetDestination ().ToBase64 (), " not found after 7 attempts");	
 | 
			
		||||
							LogPrint (eLogWarning, "NetDbReq: ", dest->GetDestination ().ToBase64 (), " not found after 7 attempts");
 | 
			
		||||
						done = true;
 | 
			
		||||
					}	 
 | 
			
		||||
				}	
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue