mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 06:14:35 +00:00
Fix debug message and make it conditional.
This commit is contained in:
parent
5293076627
commit
9e1be242e4
@ -417,7 +417,8 @@ ospf_intra_add_router (struct route_table *rt, struct vertex *v,
|
||||
|
||||
listnode_add (rn->info, or);
|
||||
|
||||
zlog_info ("ospf_intra_add_router: Start");
|
||||
if (IS_DEBUG_OSPF_EVENT)
|
||||
zlog_info ("ospf_intra_add_router: Stop");
|
||||
}
|
||||
|
||||
/* RFC2328 16.1. (4). For transit network. */
|
||||
|
Loading…
Reference in New Issue
Block a user