From 889bb5ac989c9c006b330ef0871b95f8cdd3e0e0 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Sat, 17 Sep 2022 16:32:17 +0000 Subject: [PATCH] trying to figure out the problem with graphics upload in webcit classic --- webcit/graphics.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webcit/graphics.c b/webcit/graphics.c index 7ca32c367..009fbf89f 100644 --- a/webcit/graphics.c +++ b/webcit/graphics.c @@ -89,6 +89,8 @@ void display_graphics_upload(char *filename) { StrBuf *Line; + syslog(LOG_DEBUG, "display_graphics_upload(%s)", filename); + Line = NewStrBuf(); serv_printf("UIMG 0||%s", filename); StrBuf_ServGetln(Line); -- 2.30.2