summaryrefslogtreecommitdiff
path: root/content/handlers/css/css.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/handlers/css/css.c')
-rw-r--r--content/handlers/css/css.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/handlers/css/css.c b/content/handlers/css/css.c
index 997eb5115..ffff14fd1 100644
--- a/content/handlers/css/css.c
+++ b/content/handlers/css/css.c
@@ -259,6 +259,8 @@ bool nscss_process_data(struct content *c, const char *data, unsigned int size)
content_broadcast(c, CONTENT_MSG_ERROR, msg_data);
}
+ debug_board_printf("Processing css_data of size : %u\n", size);
+
return (error == CSS_OK || error == CSS_NEEDDATA);
}