tcp: silence registration message
This message isn't really needed it justs waits time/space. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
		
					parent
					
						
							
								50036ccf3d
							
						
					
				
			
			
				commit
				
					
						db2855ae24
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -83,7 +83,7 @@ int tcp_register_congestion_control(struct tcp_congestion_ops *ca) | |||
| 		ret = -EEXIST; | ||||
| 	} else { | ||||
| 		list_add_tail_rcu(&ca->list, &tcp_cong_list); | ||||
| 		pr_info("%s registered\n", ca->name); | ||||
| 		pr_debug("%s registered\n", ca->name); | ||||
| 	} | ||||
| 	spin_unlock(&tcp_cong_list_lock); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 stephen hemminger
				stephen hemminger