summaryrefslogtreecommitdiff
path: root/lib/memory.c
diff options
context:
space:
mode:
authorajs <ajs>2004-12-08 17:14:45 +0000
committerajs <ajs>2004-12-08 17:14:45 +0000
commitb9e7028fb2f626e1d345c6d52ace0567a410647f (patch)
tree5a17a8485604b8f860ccabb43f1f6bbab82069d1 /lib/memory.c
parentb6178002270192fe3ab2403dafac12e5babe11e6 (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/memory.c')
-rw-r--r--lib/memory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/memory.c b/lib/memory.c
index 8e2c4faa..bad884e3 100644
--- a/lib/memory.c
+++ b/lib/memory.c
@@ -136,7 +136,7 @@ static struct
static void
mtype_log (char *func, void *memory, const char *file, int line, int type)
{
- zlog_info ("%s: %s %p %s %d", func, lookup (mstr, type), memory, file, line);
+ zlog_debug ("%s: %s %p %s %d", func, lookup (mstr, type), memory, file, line);
}
void *