aboutsummaryrefslogtreecommitdiff
path: root/src/status-items.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/status-items.c')
-rw-r--r--src/status-items.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/status-items.c b/src/status-items.c
index 69d229f..3e27529 100644
--- a/src/status-items.c
+++ b/src/status-items.c
@@ -94,6 +94,7 @@ static gboolean
provider_directory_parse (gpointer directory)
{
const gchar * dirname = (const gchar *)directory;
+ g_debug("Looking for status providers in: %s", dirname);
if (!g_file_test(dirname, G_FILE_TEST_EXISTS)) {
return FALSE;