diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2021-02-14 14:58:40 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-14 14:58:40 -0500 |
| commit | 0fec6da17230d4c24298dc4b28f85f11db4d4e72 (patch) | |
| tree | 7eb4346adce641e92cc79a0be696908e924466e1 /zebra/zebra_rib.c | |
| parent | 44b0793e88503b4b70a569c0579f7a79b587f627 (diff) | |
| parent | 1d5453d6070f5266f0bdf709690282a0dc5dc83d (diff) | |
Merge pull request #8080 from opensourcerouting/log-whitespace
*: remove tabs & newlines from log messages
Diffstat (limited to 'zebra/zebra_rib.c')
| -rw-r--r-- | zebra/zebra_rib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_rib.c b/zebra/zebra_rib.c index 69d3a577cf..c5d977017e 100644 --- a/zebra/zebra_rib.c +++ b/zebra/zebra_rib.c @@ -745,7 +745,7 @@ void zebra_rib_evaluate_rn_nexthops(struct route_node *rn, uint32_t seq) if (rnh->seqno == seq) { if (IS_ZEBRA_DEBUG_NHT_DETAILED) zlog_debug( - "\tNode processed and moved already"); + " Node processed and moved already"); continue; } |
