diff options
author | ajs <ajs> | 2004-11-15 16:12:32 +0000 |
---|---|---|
committer | ajs <ajs> | 2004-11-15 16:12:32 +0000 |
commit | 7fa25ff6aa2b6f235cdf0e6784b36cf6d516cfd4 (patch) | |
tree | 97eabaeaee5d83819991d9c8e26f47a61442dce3 /lib/ChangeLog | |
parent | 8bed780be262f0dfecffdbb1fa10bc7484c987f1 (diff) |
2004-11-15 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* memory.c: (zerror) Use zlog_err instead of fprintf to stderr.
Instead of exiting, log currenty memory usage and then abort.
(log_memstats) New function to log memory statistics, called by
zerror.
(show_memory_all) Loop over new mlists array instead of calling
show_memory_vty separately for each memory_list.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 44340099..b662aed7 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,12 @@ +2004-11-15 Andrew J. Schorr <ajschorr@alumni.princeton.edu> + + * memory.c: (zerror) Use zlog_err instead of fprintf to stderr. + Instead of exiting, log currenty memory usage and then abort. + (log_memstats) New function to log memory statistics, called by + zerror. + (show_memory_all) Loop over new mlists array instead of calling + show_memory_vty separately for each memory_list. + 2004-11-08 Paul Jakma <paul@dishone.st> * buffer.c: Add missing include of log.h. |