1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

Add string "weelist" in dump of weelist to log file

This commit is contained in:
Sebastien Helleu
2010-06-28 10:39:34 +02:00
parent dcdba08f8a
commit ff97274bca
+1 -1
View File
@@ -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)