diff options
author | ajs <ajs> | 2004-12-08 17:14:45 +0000 |
---|---|---|
committer | ajs <ajs> | 2004-12-08 17:14:45 +0000 |
commit | b9e7028fb2f626e1d345c6d52ace0567a410647f (patch) | |
tree | 5a17a8485604b8f860ccabb43f1f6bbab82069d1 /lib/ChangeLog | |
parent | b6178002270192fe3ab2403dafac12e5babe11e6 (diff) |
2004-12-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* prefix.c: (prefix_copy) Error message before abort should
have severity LOG_ERR, not LOG_INFO.
* memory.c: (mtype_log) Log level should be LOG_DEBUG, not LOG_INFO.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index bf95de5b..faf6b185 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2004-12-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu> + + * prefix.c: (prefix_copy) Error message before abort should + have severity LOG_ERR, not LOG_INFO. + * memory.c: (mtype_log) Log level should be LOG_DEBUG, not LOG_INFO. + 2004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu> * {smux.c,zclient.c}: Change level of debug messages to LOG_DEBUG. |