diff --git a/src/core/core-hdata.c b/src/core/core-hdata.c index c6aab2b4d..11ba7da79 100644 --- a/src/core/core-hdata.c +++ b/src/core/core-hdata.c @@ -1479,9 +1479,9 @@ hdata_print_log_var_map_cb (void *data, struct t_hashtable *hashtable, log_printf (""); log_printf (" [hdata var '%s']", (const char *)key); - log_printf (" offset . . . . . . . . : %d", var->offset); + log_printf (" offset . . . . . . . . : %d", var->offset); log_printf (" type . . . . . . . . . : %d ('%s')", var->type, hdata_type_string[(int)var->type]); - log_printf (" update_allowed . . . . : %d", (int)var->update_allowed); + log_printf (" update_allowed . . . . : %d", (int)var->update_allowed); log_printf (" array_size . . . . . . : '%s'", var->array_size); log_printf (" hdata_name . . . . . . : '%s'", var->hdata_name); } diff --git a/src/core/core-hook.c b/src/core/core-hook.c index 1b6d1560d..3244e1b29 100644 --- a/src/core/core-hook.c +++ b/src/core/core-hook.c @@ -932,7 +932,7 @@ hook_print_log () log_printf ("[hook (addr:%p)]", ptr_hook); log_printf (" plugin. . . . . . . . . : %p ('%s')", ptr_hook->plugin, plugin_get_name (ptr_hook->plugin)); - log_printf (" subplugin . . . . . . . : '%s'", ptr_hook->subplugin); + log_printf (" subplugin . . . . . . . : '%s'", ptr_hook->subplugin); log_printf (" type. . . . . . . . . . : %d (%s)", ptr_hook->type, hook_type_string[ptr_hook->type]); log_printf (" deleted . . . . . . . . : %d", ptr_hook->deleted); diff --git a/src/gui/gui-bar-item.c b/src/gui/gui-bar-item.c index 385e46af5..d3ccf9265 100644 --- a/src/gui/gui-bar-item.c +++ b/src/gui/gui-bar-item.c @@ -2608,7 +2608,7 @@ gui_bar_item_print_log () log_printf ("[bar item (addr:%p)]", ptr_item); log_printf (" plugin . . . . . . . . : %p ('%s')", ptr_item->plugin, plugin_get_name (ptr_item->plugin)); - log_printf (" name . . . . . . . . . : '%s'", ptr_item->name); + log_printf (" name . . . . . . . . . : '%s'", ptr_item->name); log_printf (" build_callback . . . . : %p", ptr_item->build_callback); log_printf (" build_callback_pointer : %p", ptr_item->build_callback_pointer); log_printf (" build_callback_data. . : %p", ptr_item->build_callback_data); diff --git a/src/gui/gui-bar.c b/src/gui/gui-bar.c index 2b6fdd00f..097fd979d 100644 --- a/src/gui/gui-bar.c +++ b/src/gui/gui-bar.c @@ -2425,13 +2425,13 @@ gui_bar_print_log () { log_printf (""); log_printf ("[bar (addr:%p)]", ptr_bar); - log_printf (" name . . . . . . . . . : '%s'", ptr_bar->name); - log_printf (" hidden . . . . . . . . : %d", CONFIG_INTEGER(ptr_bar->options[GUI_BAR_OPTION_HIDDEN])); - log_printf (" priority . . . . . . . : %d", CONFIG_INTEGER(ptr_bar->options[GUI_BAR_OPTION_PRIORITY])); + log_printf (" name . . . . . . . . . : '%s'", ptr_bar->name); + log_printf (" hidden . . . . . . . . : %d", CONFIG_INTEGER(ptr_bar->options[GUI_BAR_OPTION_HIDDEN])); + log_printf (" priority . . . . . . . : %d", CONFIG_INTEGER(ptr_bar->options[GUI_BAR_OPTION_PRIORITY])); log_printf (" type . . . . . . . . . : %d (%s)", CONFIG_ENUM(ptr_bar->options[GUI_BAR_OPTION_TYPE]), gui_bar_type_string[CONFIG_ENUM(ptr_bar->options[GUI_BAR_OPTION_TYPE])]); - log_printf (" conditions . . . . . . : '%s'", CONFIG_STRING(ptr_bar->options[GUI_BAR_OPTION_CONDITIONS])); + log_printf (" conditions . . . . . . : '%s'", CONFIG_STRING(ptr_bar->options[GUI_BAR_OPTION_CONDITIONS])); log_printf (" position . . . . . . . : %d (%s)", CONFIG_ENUM(ptr_bar->options[GUI_BAR_OPTION_POSITION]), gui_bar_position_string[CONFIG_ENUM(ptr_bar->options[GUI_BAR_OPTION_POSITION])]); @@ -2441,8 +2441,8 @@ gui_bar_print_log () log_printf (" filling_left_right . . : %d (%s)", CONFIG_ENUM(ptr_bar->options[GUI_BAR_OPTION_FILLING_LEFT_RIGHT]), gui_bar_filling_string[CONFIG_ENUM(ptr_bar->options[GUI_BAR_OPTION_FILLING_LEFT_RIGHT])]); - log_printf (" size . . . . . . . . . : %d", CONFIG_INTEGER(ptr_bar->options[GUI_BAR_OPTION_SIZE])); - log_printf (" size_max . . . . . . . : %d", CONFIG_INTEGER(ptr_bar->options[GUI_BAR_OPTION_SIZE_MAX])); + log_printf (" size . . . . . . . . . : %d", CONFIG_INTEGER(ptr_bar->options[GUI_BAR_OPTION_SIZE])); + log_printf (" size_max . . . . . . . : %d", CONFIG_INTEGER(ptr_bar->options[GUI_BAR_OPTION_SIZE_MAX])); log_printf (" color_fg . . . . . . . : %d (%s)", CONFIG_COLOR(ptr_bar->options[GUI_BAR_OPTION_COLOR_FG]), gui_color_get_name (CONFIG_COLOR(ptr_bar->options[GUI_BAR_OPTION_COLOR_FG]))); @@ -2455,9 +2455,9 @@ gui_bar_print_log () log_printf (" color_bg_inactive. . . : %d (%s)", CONFIG_COLOR(ptr_bar->options[GUI_BAR_OPTION_COLOR_BG_INACTIVE]), gui_color_get_name (CONFIG_COLOR(ptr_bar->options[GUI_BAR_OPTION_COLOR_BG_INACTIVE]))); - log_printf (" separator. . . . . . . : %d", CONFIG_INTEGER(ptr_bar->options[GUI_BAR_OPTION_SEPARATOR])); - log_printf (" items. . . . . . . . . : '%s'", CONFIG_STRING(ptr_bar->options[GUI_BAR_OPTION_ITEMS])); - log_printf (" items_count. . . . . . : %d", ptr_bar->items_count); + log_printf (" separator. . . . . . . : %d", CONFIG_INTEGER(ptr_bar->options[GUI_BAR_OPTION_SEPARATOR])); + log_printf (" items. . . . . . . . . : '%s'", CONFIG_STRING(ptr_bar->options[GUI_BAR_OPTION_ITEMS])); + log_printf (" items_count. . . . . . : %d", ptr_bar->items_count); for (i = 0; i < ptr_bar->items_count; i++) { log_printf (" items_subcount[%03d]. : %d",