From 05267678ebb89b888e710c9cbae6032f3b428483 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Wed, 4 Mar 2020 16:08:18 +0100 Subject: [PATCH] zebra: fix typo in debug log message Signed-off-by: Ruben Kerkhof --- zebra/zebra_rib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); } -- 2.39.5