From 194d8991d7a5b6cf1822f3a4d7459b12975b4107 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 21 Feb 2009 23:47:08 +0100 Subject: make sure we don't choke on overly long lines in .desktop files --- src/modules/module-augment-properties.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/modules/module-augment-properties.c') diff --git a/src/modules/module-augment-properties.c b/src/modules/module-augment-properties.c index 90bfbe7d..99111868 100644 --- a/src/modules/module-augment-properties.c +++ b/src/modules/module-augment-properties.c @@ -195,6 +195,8 @@ static pa_hook_result_t process(struct userdata *u, pa_proplist *p) { time(&now); + pa_log_debug("Looking for .desktop file for %s", pn); + if ((r = pa_hashmap_get(u->cache, pn))) { if (now-r->timestamp > STAT_INTERVAL) { r->timestamp = now; -- cgit