mirror of
				https://github.com/PurpleI2P/i2pd.git
				synced 2025-11-04 08:30:46 +00:00 
			
		
		
		
	[webconsole] change error status print format
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
		
							parent
							
								
									ffa0f0afd9
								
							
						
					
					
						commit
						0b372a344c
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -257,11 +257,11 @@ namespace http {
 | 
			
		|||
				switch (i2p::context.GetError ())
 | 
			
		||||
				{
 | 
			
		||||
					case eRouterErrorClockSkew:
 | 
			
		||||
						s << "<br>Clock skew";
 | 
			
		||||
						s << " - Clock skew";
 | 
			
		||||
					break;
 | 
			
		||||
					case eRouterErrorOffline:
 | 
			
		||||
						s << "<br>Offline";
 | 
			
		||||
					break;	
 | 
			
		||||
						s << " - Offline";
 | 
			
		||||
					break;
 | 
			
		||||
					default: ;
 | 
			
		||||
				}
 | 
			
		||||
				break;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue