diff options
| author | Quentin Young <qlyoung@users.noreply.github.com> | 2020-03-04 11:59:49 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-04 11:59:49 -0500 |
| commit | 5a2c6abbc7e88ac66da526d48d70dbe82b3efaf3 (patch) | |
| tree | c566c14af4376d0b8fd89b1d1c99e047211dd5bd | |
| parent | cca86fd4f094c7771812e685a0176b03de853b5f (diff) | |
| parent | 05267678ebb89b888e710c9cbae6032f3b428483 (diff) | |
Merge pull request #5908 from rubenk/zebra-fix-typo-in-debug-message
zebra: fix typo in debug log message
| -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 9185c7ad16..6a2e20d05a 100644 --- a/zebra/zebra_rib.c +++ b/zebra/zebra_rib.c @@ -3172,7 +3172,7 @@ void rib_update(rib_update_event_t event) &t_rib_update_threads[event])) rib_update_ctx_fini(&ctx); /* Already scheduled */ else if (IS_ZEBRA_DEBUG_EVENT) - zlog_debug("%s: Schedued VRF (ALL), event %s", __func__, + zlog_debug("%s: Scheduled VRF (ALL), event %s", __func__, rib_update_event2str(event)); } |
