--------------------- PatchSet 1471 Date: 2001/02/01 13:59:50 Author: rbcollins Branch: rbcollins_filters Tag: (none) Log: \n on debug statement Members: src/client_side.c:1.1.1.3.4.1.4.15.2.15->1.1.1.3.4.1.4.15.2.16 Index: squid/src/client_side.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/client_side.c,v retrieving revision 1.1.1.3.4.1.4.15.2.15 retrieving revision 1.1.1.3.4.1.4.15.2.16 diff -u -r1.1.1.3.4.1.4.15.2.15 -r1.1.1.3.4.1.4.15.2.16 --- squid/src/client_side.c 1 Feb 2001 13:37:47 -0000 1.1.1.3.4.1.4.15.2.15 +++ squid/src/client_side.c 1 Feb 2001 13:59:50 -0000 1.1.1.3.4.1.4.15.2.16 @@ -1,6 +1,6 @@ /* - * $Id: client_side.c,v 1.1.1.3.4.1.4.15.2.15 2001/02/01 13:37:47 rbcollins Exp $ + * $Id: client_side.c,v 1.1.1.3.4.1.4.15.2.16 2001/02/01 13:59:50 rbcollins Exp $ * * DEBUG: section 33 Client-side Routines * AUTHOR: Duane Wessels @@ -2197,7 +2197,7 @@ RequestMethodStr[http->request->method], http->uri, rv ? "ALLOWED" : "DENIED", AclMatchedName ? AclMatchedName : "NO ACL's"); - debug(1,1)("content type: %s",rep->content_type.buf); + debug(1,1)("content type: '%s'\n",rep->content_type.buf); if (!rv && !(rep->sline.status==HTTP_FORBIDDEN || rep->sline.status==HTTP_NOT_MODIFIED)) { /* the if above is slightly broken, but there is no way