| 
					
				 | 
			
			
				@@ -1814,7 +1814,7 @@ dirserv_compute_performance_thresholds(routerlist_t *rl) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       "Cutoffs: For Stable, %lu sec uptime, %lu sec MTBF. " 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       "For Fast: %lu bytes/sec. " 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       "For Guard: WFU %.03lf%%, time-known %lu sec, " 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      "and bandwidth %lu or %lu bytes/sec. We do%s have enough stability data.", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      "and bandwidth %lu or %lu bytes/sec. We%s have enough stability data.", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       (unsigned long)stable_uptime, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       (unsigned long)stable_mtbf, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       (unsigned long)fast_bandwidth, 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1822,7 +1822,7 @@ dirserv_compute_performance_thresholds(routerlist_t *rl) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       (unsigned long)guard_tk, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       (unsigned long)guard_bandwidth_including_exits, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       (unsigned long)guard_bandwidth_excluding_exits, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      enough_mtbf_info ? "" : "not "); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      enough_mtbf_info ? "" : "don't "); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   tor_free(uptimes); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   tor_free(mtbfs); 
			 |