diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-08-03 18:03:29 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-08-14 20:02:05 +0000 |
| commit | af4c27286d8eb3f347ff431a17a47a8d07cd8976 (patch) | |
| tree | caf5eae55c21f72baec4945cdb2cbc333d99f916 /pimd/pim_mroute.c | |
| parent | fa8b3ca66abee50e57034ef594883011f302057b (diff) | |
*: rename zlog_fer -> flog_err
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_mroute.c')
| -rw-r--r-- | pimd/pim_mroute.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pimd/pim_mroute.c b/pimd/pim_mroute.c index 9b0599caf0..6028e5ba13 100644 --- a/pimd/pim_mroute.c +++ b/pimd/pim_mroute.c @@ -57,7 +57,7 @@ static int pim_mroute_set(struct pim_instance *pim, int enable) */ if (pim->vrf_id != VRF_DEFAULT) { if (pimd_privs.change(ZPRIVS_RAISE)) - zlog_ferr( + flog_err( LIB_ERR_PRIVILEGES, "pim_mroute_socket_enable: could not raise privs, %s", safe_strerror(errno)); @@ -75,7 +75,7 @@ static int pim_mroute_set(struct pim_instance *pim, int enable) } if (pimd_privs.change(ZPRIVS_LOWER)) - zlog_ferr( + flog_err( LIB_ERR_PRIVILEGES, "pim_mroute_socket_enable: could not lower privs, %s", safe_strerror(errno)); @@ -712,7 +712,7 @@ int pim_mroute_socket_enable(struct pim_instance *pim) int fd; if (pimd_privs.change(ZPRIVS_RAISE)) - zlog_ferr(LIB_ERR_PRIVILEGES, + flog_err(LIB_ERR_PRIVILEGES, "pim_mroute_socket_enable: could not raise privs, %s", safe_strerror(errno)); @@ -736,7 +736,7 @@ int pim_mroute_socket_enable(struct pim_instance *pim) #endif if (pimd_privs.change(ZPRIVS_LOWER)) - zlog_ferr(LIB_ERR_PRIVILEGES, + flog_err(LIB_ERR_PRIVILEGES, "pim_mroute_socket_enable: could not lower privs, %s", safe_strerror(errno)); |
