commit | e40dcce1f5966d4129b5ecadd905dc2952ac5b30 | [log] [tgz] |
---|---|---|
author | hasso <hasso> | Mon Feb 21 14:58:42 2005 +0000 |
committer | hasso <hasso> | Mon Feb 21 14:58:42 2005 +0000 |
tree | e47b30c1f3ff4d0ddf36f2f3e97a7e7c22dbb3a8 | |
parent | e8274dcde1bd0f0339393714d57c019e57a5b798 [diff] [blame] |
* ospf_ase.c: Don't show messages related to the ase calculations if we are not debugging.
diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index f67c33c..396ac71 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.