mirror of
				https://gitea.osmocom.org/cellular-infrastructure/osmo-upf.git
				synced 2025-11-04 05:53:29 +00:00 
			
		
		
		
	pfcp-tool: fix extra newline in vty_out
Change-Id: Ib3bb0795238f251ea5b515fe639280be66542a01
This commit is contained in:
		@@ -97,7 +97,7 @@ DEFUN(c_listen, c_listen_cmd,
 | 
			
		||||
 | 
			
		||||
	rc = osmo_pfcp_endpoint_bind(g_pfcp_tool->ep);
 | 
			
		||||
	if (rc) {
 | 
			
		||||
		vty_out(vty, "Failed to bind PFCP endpoint on %s: %s%s\n",
 | 
			
		||||
		vty_out(vty, "Failed to bind PFCP endpoint on %s: %s%s",
 | 
			
		||||
			osmo_sockaddr_to_str_c(OTC_SELECT, osmo_pfcp_endpoint_get_local_addr(g_pfcp_tool->ep)),
 | 
			
		||||
			strerror(-rc), VTY_NEWLINE);
 | 
			
		||||
		return CMD_WARNING;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user