diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-08-03 20:03:29 +0200 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-08-14 22:02:05 +0200 |
commit | af4c27286d8eb3f347ff431a17a47a8d07cd8976 (patch) | |
tree | caf5eae55c21f72baec4945cdb2cbc333d99f916 /ospfd/ospfd.c | |
parent | lib: remove still reachable blocks in ferr.c (diff) | |
download | frr-af4c27286d8eb3f347ff431a17a47a8d07cd8976.tar.xz frr-af4c27286d8eb3f347ff431a17a47a8d07cd8976.zip |
*: rename zlog_fer -> flog_err
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'ospfd/ospfd.c')
-rw-r--r-- | ospfd/ospfd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ospfd/ospfd.c b/ospfd/ospfd.c index c4bb1ca55..bee68622f 100644 --- a/ospfd/ospfd.c +++ b/ospfd/ospfd.c @@ -2089,7 +2089,7 @@ static int ospf_vrf_enable(struct vrf *vrf) if (old_vrf_id != ospf->vrf_id) { if (ospfd_privs.change(ZPRIVS_RAISE)) - zlog_ferr( + flog_err( LIB_ERR_PRIVILEGES, "ospf_vrf_link: could not raise privs"); @@ -2103,7 +2103,7 @@ static int ospf_vrf_enable(struct vrf *vrf) ret = ospf_sock_init(ospf); if (ospfd_privs.change(ZPRIVS_LOWER)) - zlog_ferr( + flog_err( LIB_ERR_PRIVILEGES, "ospf_sock_init: could not lower privs"); |