akosut      96/06/12 11:14:33

  Modified:    src       http_core.c
  Log:
  Add missing newline to DocumentRoot warning.
  
  Revision  Changes    Path
  1.18      +1 -1      apache/src/http_core.c
  
  Index: http_core.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/http_core.c,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -C3 -r1.17 -r1.18
  *** http_core.c       1996/06/10 02:04:03     1.17
  --- http_core.c       1996/06/12 18:14:31     1.18
  ***************
  *** 361,367 ****
      
        if (!is_directory (arg))
        if (cmd->server->is_virtual)
  !         fprintf (stderr, "Warning: DocumentRoot [%s] does not exist", arg);
        else
            return "DocumentRoot must be a directory";
        
  --- 361,367 ----
      
        if (!is_directory (arg))
        if (cmd->server->is_virtual)
  !         fprintf (stderr, "Warning: DocumentRoot [%s] does not exist\n", 
arg);
        else
            return "DocumentRoot must be a directory";
        
  
  
  

Reply via email to