]> git.proxmox.com Git - mirror_frr.git/blobdiff - vrrpd/vrrp_zebra.c
*: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__
[mirror_frr.git] / vrrpd / vrrp_zebra.c
index 000672a0803f8002b1b2b2962d21b32e4e38c17b..a578921df636666c472c2032e8d24d98efcb507c 100644 (file)
@@ -204,5 +204,5 @@ void vrrp_zebra_init(void)
 
        zclient_init(zclient, ZEBRA_ROUTE_VRRP, 0, &vrrp_privs);
 
-       zlog_notice("%s: zclient socket initialized", __PRETTY_FUNCTION__);
+       zlog_notice("%s: zclient socket initialized", __func__);
 }