diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/wee-list.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |