summaryrefslogtreecommitdiff
path: root/zebra/rule_socket.c
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/rule_socket.c')
-rw-r--r--zebra/rule_socket.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/zebra/rule_socket.c b/zebra/rule_socket.c
index e06906ff44..620410de04 100644
--- a/zebra/rule_socket.c
+++ b/zebra/rule_socket.c
@@ -44,14 +44,14 @@
enum dp_req_result kernel_add_pbr_rule(struct zebra_pbr_rule *rule)
{
- zlog_ferr(LIB_ERR_UNAVAILABLE, "%s not Implemented for this platform",
+ flog_err(LIB_ERR_UNAVAILABLE, "%s not Implemented for this platform",
__PRETTY_FUNCTION__);
return DP_REQUEST_FAILURE;
}
enum dp_req_result kernel_del_pbr_rule(struct zebra_pbr_rule *rule)
{
- zlog_ferr(LIB_ERR_UNAVAILABLE, "%s not Implemented for this platform",
+ flog_err(LIB_ERR_UNAVAILABLE, "%s not Implemented for this platform",
__PRETTY_FUNCTION__);
return DP_REQUEST_FAILURE;
}