diff --git a/src/utils.c b/src/utils.c index 9ee0515..5278a14 100644 --- a/src/utils.c +++ b/src/utils.c @@ -1,4 +1,4 @@ -/* $Id: utils.c,v 1.6 2001-08-27 17:46:50 rjkaes Exp $ +/* $Id: utils.c,v 1.7 2001-08-28 04:33:54 rjkaes Exp $ * * Misc. routines which are used by the various functions to handle strings * and memory allocation and pretty much anything else we can think of. Also, @@ -79,8 +79,8 @@ int httperr(struct conn_s *connptr, int err, const char *msg) "Cache Error!
\r\n" \ "An error of type %d occurred: %s\r\n" \ "
\r\n" \ - "Generated by %s/%s\r\n" \ - "\r\n"; + "Generated by %s (%s)\r\n" \ + "\r\n\r\n"; char *header_buffer; char *message_buffer;