aboutsummaryrefslogtreecommitdiff
path: root/src/stylesheet.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stylesheet.c')
-rw-r--r--src/stylesheet.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stylesheet.c b/src/stylesheet.c
index 020107e..ed84905 100644
--- a/src/stylesheet.c
+++ b/src/stylesheet.c
@@ -49,6 +49,8 @@ Stylesheet *stylesheet_load(GFile *file)
char *everything;
gsize len;
+ printf("Trying stylesheet '%s'\n", g_file_get_uri(file));
+
ss = calloc(1, sizeof(Stylesheet));
if ( ss == NULL ) return NULL;