aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-theme-manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy-gtk/empathy-theme-manager.c')
-rw-r--r--libempathy-gtk/empathy-theme-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-theme-manager.c b/libempathy-gtk/empathy-theme-manager.c
index c28b7204f..4c8176b88 100644
--- a/libempathy-gtk/empathy-theme-manager.c
+++ b/libempathy-gtk/empathy-theme-manager.c
@@ -144,7 +144,7 @@ theme_manager_notify_theme_cb (GSettings *gsettings_chat,
path = empathy_theme_manager_find_theme (theme);
if (path == NULL)
{
- g_warning ("Can't find theme: %s; fallback to 'Classic'",
+ DEBUG ("Can't find theme: %s; fallback to 'Classic'",
theme);
path = empathy_theme_manager_find_theme ("Classic");