diff options
Diffstat (limited to 'zebra/zebra_rnh.c')
| -rw-r--r-- | zebra/zebra_rnh.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/zebra/zebra_rnh.c b/zebra/zebra_rnh.c index e9ef30c649..30062a0728 100644 --- a/zebra/zebra_rnh.c +++ b/zebra/zebra_rnh.c @@ -872,8 +872,8 @@ static int send_client(struct rnh *rnh, struct zserv *client, rnh_type_t type,  		break;  	default:  		flog_err(EC_ZEBRA_RNH_UNKNOWN_FAMILY, -			  "%s: Unknown family (%d) notification attempted\n", -			  __FUNCTION__, rn->p.family); +			 "%s: Unknown family (%d) notification attempted\n", +			 __FUNCTION__, rn->p.family);  		break;  	}  	if (re) {  | 
