Fix debug message and make it conditional.

This commit is contained in:
hasso 2004-04-20 03:50:59 +00:00
parent 5293076627
commit 9e1be242e4

View File

@ -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. */