diff options
Diffstat (limited to 'zebra/zebra_evpn_mh.c')
-rw-r--r-- | zebra/zebra_evpn_mh.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zebra/zebra_evpn_mh.c b/zebra/zebra_evpn_mh.c index 0038689e8..d6ae92a03 100644 --- a/zebra/zebra_evpn_mh.c +++ b/zebra/zebra_evpn_mh.c @@ -2476,8 +2476,8 @@ void zebra_evpn_proc_remote_es(ZAPI_HANDLER_ARGS) if (!is_evpn_enabled()) { zlog_debug( - "%s: EVPN not enabled yet we received a es_add zapi call", - __PRETTY_FUNCTION__); + "%s: EVPN not enabled yet we received a es_add zapi call", + __func__); return; } |