summaryrefslogtreecommitdiff
path: root/ospfd/ChangeLog
diff options
context:
space:
mode:
authorhasso <hasso>2005-02-21 14:58:42 +0000
committerhasso <hasso>2005-02-21 14:58:42 +0000
commite40dcce1f5966d4129b5ecadd905dc2952ac5b30 (patch)
treee47b30c1f3ff4d0ddf36f2f3e97a7e7c22dbb3a8 /ospfd/ChangeLog
parente8274dcde1bd0f0339393714d57c019e57a5b798 (diff)
* ospf_ase.c: Don't show messages related to the ase calculations if
we are not debugging.
Diffstat (limited to 'ospfd/ChangeLog')
-rw-r--r--ospfd/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog
index f67c33c1..396ac71a 100644
--- a/ospfd/ChangeLog
+++ b/ospfd/ChangeLog
@@ -1,3 +1,8 @@
+2005-02-21 Hasso Tepper <hasso at quagga.net>
+
+ * ospf_ase.c: Don't show messages related to the ase calculations if
+ we are not debugging.
+
2005-02-19 Hasso Tepper <hasso at quagga.net>
* ospf_api.h: char isn't always signed, but it has to be it here.