summaryrefslogtreecommitdiff
path: root/ospfd/ospf_ase.c
diff options
context:
space:
mode:
authorajs <ajs>2004-12-08 17:28:56 +0000
committerajs <ajs>2004-12-08 17:28:56 +0000
commite84cc647f194593ebd1805422376f2a30e3e06e3 (patch)
tree1a2fcbc233df7d3c143d13fce2b19c83da63bccc /ospfd/ospf_ase.c
parentb9e7028fb2f626e1d345c6d52ace0567a410647f (diff)
2004-12-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* *.c: Change level of debug messages to LOG_DEBUG.
Diffstat (limited to 'ospfd/ospf_ase.c')
-rw-r--r--ospfd/ospf_ase.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ospfd/ospf_ase.c b/ospfd/ospf_ase.c
index 43951e9f..e44a8e9a 100644
--- a/ospfd/ospf_ase.c
+++ b/ospfd/ospf_ase.c
@@ -295,13 +295,13 @@ ospf_ase_calculate_route (struct ospf *ospf, struct ospf_lsa * lsa)
if (lsa->data->type == OSPF_AS_NSSA_LSA)
if (IS_DEBUG_OSPF_NSSA)
- zlog_info ("ospf_ase_calc(): Processing Type-7");
+ zlog_debug ("ospf_ase_calc(): Processing Type-7");
/* Stay away from any Local Translated Type-7 LSAs */
if (CHECK_FLAG (lsa->flags, OSPF_LSA_LOCAL_XLT))
{
if (IS_DEBUG_OSPF_NSSA)
- zlog_info ("ospf_ase_calc(): Rejecting Local Xlt'd");
+ zlog_debug ("ospf_ase_calc(): Rejecting Local Xlt'd");
return 0;
}
@@ -631,7 +631,7 @@ ospf_ase_calculate_timer (struct thread *t)
{
area = getdata (node);
if (IS_DEBUG_OSPF_NSSA)
- zlog_info ("ospf_ase_calculate_timer(): looking at area %s",
+ zlog_debug ("ospf_ase_calculate_timer(): looking at area %s",
inet_ntoa (area->area_id));
if (area->external_routing == OSPF_AREA_NSSA)