From ff97274bcaab128b5930353dcbe0905fdb136ff2 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Mon, 28 Jun 2010 10:39:34 +0200 Subject: [PATCH] Add string "weelist" in dump of weelist to log file --- src/core/wee-list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/wee-list.c b/src/core/wee-list.c index 15583a6bd..25e182f0a 100644 --- a/src/core/wee-list.c +++ b/src/core/wee-list.c @@ -371,7 +371,7 @@ weelist_print_log (struct t_weelist *weelist, const char *name) { struct t_weelist_item *ptr_item; - log_printf ("[%s (addr:0x%lx)]", name, weelist); + log_printf ("[weelist %s (addr:0x%lx)]", name, weelist); for (ptr_item = weelist->items; ptr_item; ptr_item = ptr_item->next_item)