diff options
Diffstat (limited to 'zebra/zebra_pbr.c')
| -rw-r--r-- | zebra/zebra_pbr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_pbr.c b/zebra/zebra_pbr.c index c4004842e6..73c2c3dda3 100644 --- a/zebra/zebra_pbr.c +++ b/zebra/zebra_pbr.c @@ -512,7 +512,7 @@ void zebra_pbr_add_rule(struct zebra_pbr_rule *rule) if (pbr_rule_release(found)) zlog_debug( "%s: Rule being updated we know nothing about", - __PRETTY_FUNCTION__); + __func__); } else { if (IS_ZEBRA_DEBUG_PBR) |
