trying to figure out the problem with graphics upload in webcit classic
authorArt Cancro <ajc@citadel.org>
Sat, 17 Sep 2022 16:32:17 +0000 (16:32 +0000)
committerArt Cancro <ajc@citadel.org>
Sat, 17 Sep 2022 16:32:17 +0000 (16:32 +0000)
webcit/graphics.c

index 7ca32c367d8c25a7b76c2efa21a9ff8ff987196c..009fbf89f597e61d5af4d26c2e1b0fd21c30265f 100644 (file)
@@ -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);