diff options
| author | vdhingra <vdhingra@vmware.com> | 2019-08-23 05:28:43 -0700 |
|---|---|---|
| committer | vdhingra <vdhingra@vmware.com> | 2019-09-19 02:59:04 -0700 |
| commit | 14a4d9d0476bd950cfb7d3b94b050d15d1a8169d (patch) | |
| tree | 7f574b7038b2f129ad6b629a7fcace91c6c2350b /zebra/connected.c | |
| parent | 16296beaa5ff0b51e1b9e88848206dcea5cd2a32 (diff) | |
Zebra: Rectifying the log messages.
This change addresses the following :
1. Ensures zlog_debug should be under DEBUG macro check
2. Ensures zlog_err and zlog_warn wherever applicable.
3. Removed few posivite logs from fpm handling, whose frequency is high.
Signed-off-by: vishaldhingra <vdhingra@vmware.com>
Diffstat (limited to 'zebra/connected.c')
| -rw-r--r-- | zebra/connected.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/connected.c b/zebra/connected.c index 6b92945c63..87cf8c8f20 100644 --- a/zebra/connected.c +++ b/zebra/connected.c @@ -385,7 +385,7 @@ void connected_down(struct interface *ifp, struct connected *ifc) return; break; default: - zlog_info("Unknown AFI: %s", afi2str(afi)); + zlog_warn("Unknown AFI: %s", afi2str(afi)); break; } |
