diff options
author | Andrew J. Schorr <ajschorr@alumni.princeton.edu> | 2006-07-03 20:58:29 +0000 |
---|---|---|
committer | Andrew J. Schorr <ajschorr@alumni.princeton.edu> | 2006-07-03 20:58:29 +0000 |
commit | 08942da588b78f41916ebd6c75fa668b18160ee7 (patch) | |
tree | bca0de6933e8146751a88870e3b0798983837b4e /lib/ChangeLog | |
parent | 27b472533bc8bb0fdb37dcda7596c385d3b9f414 (diff) |
[debug] Debug messages to terminal vty sessions should include timestamps
2006-07-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* vty.c: (vty_log_out) Debug messages to terminal vty sessions
should include timestamps.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index b52370f7..e95e2a3a 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2006-07-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu> + + * vty.c: (vty_log_out) Debug messages to terminal vty sessions + should include timestamps. + 2006-06-28 Paul Jakma <paul.jakma@sun.com> * memory.c: Fix typo in cpp conditional around malloc.h, from |