aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/iconcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'hardinfo2/iconcache.c')
-rw-r--r--hardinfo2/iconcache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hardinfo2/iconcache.c b/hardinfo2/iconcache.c
index 353f1454..fbd0dd84 100644
--- a/hardinfo2/iconcache.c
+++ b/hardinfo2/iconcache.c
@@ -23,6 +23,7 @@ static GHashTable *cache = NULL;
void icon_cache_init(void)
{
+ DEBUG("initializing icon cache");
if (!cache) {
cache = g_hash_table_new(g_str_hash, g_str_equal);
}