]> code.citadel.org Git - citadel.git/blobdiff - citadel/sysdep.c
* dump message headers on artv dump
[citadel.git] / citadel / sysdep.c
index cc54d0bae8f141bdaf782ae0afbb37d5ae03eb28..182c0df7d1b0795b098eb566d092025ca9d95f53 100644 (file)
@@ -633,7 +633,7 @@ void client_write(char *buf, int nbytes)
                                nbytes - bytes_written,
                                strerror(errno), errno);
                        cit_backtrace();
-                       lprintf(CTDL_DEBUG, "Tried to send: %s",  &buf[bytes_written]);
+                       // lprintf(CTDL_DEBUG, "Tried to send: %s",  &buf[bytes_written]);
                        Ctx->kill_me = 1;
                        return;
                }