summaryrefslogtreecommitdiff
path: root/lib/memory.c
diff options
context:
space:
mode:
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 *