You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rs...@hyperreal.org on 1999/10/08 16:26:14 UTC

cvs commit: apache-2.0/src/lib/apr/lib apr_pools.c

rse         99/10/08 07:26:13

  Modified:    src/lib/apr/lib apr_pools.c
  Log:
  fix typo
  
  Revision  Changes    Path
  1.13      +1 -1      apache-2.0/src/lib/apr/lib/apr_pools.c
  
  Index: apr_pools.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/lib/apr_pools.c,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- apr_pools.c	1999/10/01 16:18:32	1.12
  +++ apr_pools.c	1999/10/08 14:26:12	1.13
  @@ -1286,7 +1286,7 @@
   	    hStdErr = dup(fileno(stderr));
   	    if (dup2(err_fds[1], fileno(stderr))) {
   		ap_log_error(APLOG_MARK, APLOG_ERR, NULL,
  -			      "dup2(stdin) failed");
  +			      "dup2(stderr) failed");
   	    }
   	    close(err_fds[1]);
   	}