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:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user