randy       97/08/27 08:51:29

  Modified:    src/main http_log.c
  Log:
  Correct lack of newline pointed out by Martin Kraemer.
  
  Revision  Changes    Path
  1.29      +1 -1      apachen/src/main/http_log.c
  
  Index: http_log.c
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/main/http_log.c,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- http_log.c        1997/08/27 15:49:13     1.28
  +++ http_log.c        1997/08/27 15:51:27     1.29
  @@ -299,7 +299,7 @@
   API_EXPORT(void) log_reason (const char *reason, const char *file, 
request_rec *r) 
   {
       aplog_error(APLOG_MARK, APLOG_ERR, r->server,
  -             "access to %s failed for %s, reason: %s\n",
  +             "access to %s failed for %s, reason: %s",
                file,
                get_remote_host(r->connection, r->per_dir_config, REMOTE_NAME),
                reason);
  
  
  

Reply via email to