summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-06-02 18:20:31 +0200
committerDave Davenport <qball@gmpclient.org>2017-06-02 18:20:31 +0200
commita43e4e5b12a8a2048d92d6f67f4ad938c378705e (patch)
tree45383d80fd1f2b4cc826dd625d1d386a18c28cf5 /source
parent1e0fb75189901246e06592bb131e55ca99d9b16d (diff)
Add small debug for unfound icons
Diffstat (limited to 'source')
-rw-r--r--source/dialogs/drun.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/dialogs/drun.c b/source/dialogs/drun.c
index 47feb891..e4463b24 100644
--- a/source/dialogs/drun.c
+++ b/source/dialogs/drun.c
@@ -443,6 +443,7 @@ static gpointer drun_icon_fetch ( gpointer data )
}
gchar *icon_path = nk_xdg_theme_get_icon ( pd->xdg_context, NULL, "Applications", dr->icon_name, dr->icon_size, 1, TRUE );
if ( icon_path == NULL ) {
+ g_log ( G_LOG_DOMAIN, G_LOG_LEVEL_DEBUG, "Failed to get Icon %s(%d): n/a", dr->icon_name, dr->icon_size );
g_free ( dr->icon_name );
dr->icon_name = NULL;
continue;