From: Art Cancro Date: Sat, 17 Sep 2022 16:32:17 +0000 (+0000) Subject: trying to figure out the problem with graphics upload in webcit classic X-Git-Tag: v958~3 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=889bb5ac989c9c006b330ef0871b95f8cdd3e0e0 trying to figure out the problem with graphics upload in webcit classic --- 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);