]> code.citadel.org Git - citadel.git/commitdiff
*** empty log message ***
authorArt Cancro <ajc@citadel.org>
Mon, 26 Sep 2005 04:09:51 +0000 (04:09 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 26 Sep 2005 04:09:51 +0000 (04:09 +0000)
webcit/messages.c

index aa4b32561b0cb94b41868c5c66df9cb852224db0..fd2d9ddafe858041134fe280c2a685048158d578 100644 (file)
@@ -2229,6 +2229,7 @@ void post_message(void)
        static long dont_post = (-1L);
        struct wc_attachment *att, *aptr;
 
+       lprintf(9, "msgtext: %s\n", bstr("msgtext"));
        if (WC->upload_length > 0) {
 
                /* There's an attachment.  Save it to this struct... */