summaryrefslogtreecommitdiffstats
path: root/swaybar/tray/icon.c
diff options
context:
space:
mode:
Diffstat (limited to 'swaybar/tray/icon.c')
-rw-r--r--swaybar/tray/icon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/swaybar/tray/icon.c b/swaybar/tray/icon.c
index 15fda631..ed152be5 100644
--- a/swaybar/tray/icon.c
+++ b/swaybar/tray/icon.c
@@ -317,7 +317,7 @@ void init_themes(list_t **themes, list_t **basedirs) {
317 list_add(theme_names, theme->name); 317 list_add(theme_names, theme->name);
318 } 318 }
319 char *theme_list = join_list(theme_names, ", "); 319 char *theme_list = join_list(theme_names, ", ");
320 wlr_log(WLR_DEBUG, "Loaded themes: %s", theme_list); 320 sway_log(SWAY_DEBUG, "Loaded themes: %s", theme_list);
321 free(theme_list); 321 free(theme_list);
322 list_free(theme_names); 322 list_free(theme_names);
323} 323}