summaryrefslogtreecommitdiff
path: root/ospfd/ChangeLog
diff options
context:
space:
mode:
authorAndrew J. Schorr <ajschorr@alumni.princeton.edu>2006-06-24 20:05:02 +0000
committerAndrew J. Schorr <ajschorr@alumni.princeton.edu>2006-06-24 20:05:02 +0000
commit9aecfae2ec82027fe1cf2740e6099397376a3f4f (patch)
treef09cfa42e421c2a34f0705f20823659d7dd1c91d /ospfd/ChangeLog
parent0ffb7094d3bd688560c37f01a05c54e35b3a1fbc (diff)
[ospfd] Improve two info log messages in ospf_snmp.c
2006-06-24 Andrew J. Schorr <ajschorr@alumni.princeton.edu> * ospf_snmp.c: (ospfTrapNbrStateChange, ospfTrapIfStateChange) Improve info log message to indicate why the trap is being sent.
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 bb65d23f..f2cdae77 100644
--- a/ospfd/ChangeLog
+++ b/ospfd/ChangeLog
@@ -1,5 +1,10 @@
2006-06-24 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+ * ospf_snmp.c: (ospfTrapNbrStateChange, ospfTrapIfStateChange) Improve
+ info log message to indicate why the trap is being sent.
+
+2006-06-24 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+
* ospf_dump.c: (config_write_debug) Fix typo to show debug ospf nsm
status properly (not ism status).