]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
missing newline on debug
authorwessels <>
Thu, 28 May 1998 08:50:48 +0000 (08:50 +0000)
committerwessels <>
Thu, 28 May 1998 08:50:48 +0000 (08:50 +0000)
src/comm.cc

index d5725d91fc4b8abbf07bf8c6927d3ee607faa43a..c50464510d8e9505752892fe52ea4ec19a601445 100644 (file)
@@ -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;
     }