mirror of
https://git.proxmox.com/git/mirror_frr
synced 2026-01-04 20:16:01 +00:00
Merge pull request #5908 from rubenk/zebra-fix-typo-in-debug-message
zebra: fix typo in debug log message
This commit is contained in:
commit
5a2c6abbc7
@ -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));
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user