diff options
author | David Lamparter <equinox@diac24.net> | 2021-03-12 02:57:47 +0100 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2021-03-14 22:56:07 +0100 |
commit | ad6f7449ef178417384e2da979ec094372de6dba (patch) | |
tree | cb2e0214cb255f1cb579a2a3791f27b646827d50 /zebra/redistribute.c | |
parent | zebra: move up prefix2str call in rib dump (diff) | |
download | frr-ad6f7449ef178417384e2da979ec094372de6dba.tar.xz frr-ad6f7449ef178417384e2da979ec094372de6dba.zip |
*: remove remaining severity prefixes
Having a "warning:" prefix on a debug message is particularly dumb...
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'zebra/redistribute.c')
-rw-r--r-- | zebra/redistribute.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/redistribute.c b/zebra/redistribute.c index b0f124ed5..ac60d09ec 100644 --- a/zebra/redistribute.c +++ b/zebra/redistribute.c @@ -542,7 +542,7 @@ void zebra_interface_address_add_update(struct interface *ifp, if (!CHECK_FLAG(ifc->conf, ZEBRA_IFC_REAL)) flog_warn( EC_ZEBRA_ADVERTISING_UNUSABLE_ADDR, - "WARNING: advertising address to clients that is not yet usable."); + "advertising address to clients that is not yet usable."); zebra_vxlan_add_del_gw_macip(ifp, ifc->address, 1); |