kwo pushed a commit to branch master.

http://git.enlightenment.org/e16/e16.git/commit/?id=e689a03da9f4a71d89ddf334e5d1194630859697

commit e689a03da9f4a71d89ddf334e5d1194630859697
Author: Kim Woelders <k...@woelders.dk>
Date:   Sun Jan 21 10:16:17 2018 +0100

    A bit of startup/theme debug
---
 src/theme.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/theme.c b/src/theme.c
index 5be243d8..fa706355 100644
--- a/src/theme.c
+++ b/src/theme.c
@@ -343,6 +343,9 @@ ThemeFind(const char *theme)
    const char         *p;
    char               *path, *s;
 
+   if (EDebug(EDBUG_TYPE_CONFIG))
+      Eprintf("%s: %s\n", __func__, theme);
+
    name[0] = '\0';
    p = (theme) ? theme : Conf.theme.name;
    if (p)

-- 


Reply via email to