From: wessels <> Date: Thu, 28 May 1998 08:50:48 +0000 (+0000) Subject: missing newline on debug X-Git-Tag: SQUID_3_0_PRE1~3235 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=afde8a9d5070284b7e451a63cc6b3daeffccca4e;p=thirdparty%2Fsquid.git missing newline on debug --- diff --git a/src/comm.cc b/src/comm.cc index d5725d91fc..c50464510d 100644 --- a/src/comm.cc +++ b/src/comm.cc @@ -1,7 +1,7 @@ /* - * $Id: comm.cc,v 1.259 1998/05/27 20:31:34 wessels Exp $ + * $Id: comm.cc,v 1.260 1998/05/28 02:50:48 wessels Exp $ * * DEBUG: section 5 Socket Functions * AUTHOR: Harvest Derived @@ -1489,7 +1489,7 @@ comm_write(int fd, char *buf, int size, CWCB * handler, void *handler_data, FREE debug(5, 5) ("comm_write: FD %d: sz %d: hndl %p: data %p.\n", fd, size, handler, handler_data); if (NULL != state) { - debug(5, 1) ("comm_write: fd_table[%d].rwstate != NULL", fd); + debug(5, 1) ("comm_write: fd_table[%d].rwstate != NULL\n", fd); safe_free(state); fd_table[fd].rwstate = NULL; }